#9928CA

Color #9928CA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9928CA

Tints of Dark Orchid #9928CA

Color information

#9928CA (or 0x9928CA) is unknown color: approx Dark Orchid. HEX triplet: 99, 28 and CA. RGB value is (153,40,202). Sum of RGB (Red+Green+Blue) = 153+40+202=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #9928CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928CA is #66D735. Grayscale: #5B5B5B. Windows color (decimal): -6739766 or 13248665. OLE color: 13248665.

HSL color Cylindrical-coordinate representation of color #9928CA: hue angle of 281.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9928CA is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15340202-
CMYK0.240.8000.21
HSL281.85º66.94%47.45%-
HSV(B)281.85º80.2%79.22%-
XYZ24.5612.5557.01-
YUV92.26189.94171.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=38.73%
G=10.13%
B=51.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153402020.240.8000.21281.8566.9447.45
Hex9928CA185001511a432f
Octal231503123012002543210357
Binary10011001101000110010101100010100000101011000110101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9928CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9928CA; }

 p { color: rgb(153,40,202); }

 H1.HeaderClassName
 {
   color: #9928CA;
 }
 .AnyTagClassName
 {
   color: #9928CA;
 }
</style>
background-color css

<style>
 a { background-color: #9928CA; }

 a { background-color: rgb(153,40,202); }

 div.DivClassName
 {
   background-color: #9928CA;
 }
 .BgClassName
 {
   background-color: #9928CA;
 }
</style>
border-color css

<style>
 span { border-color: #9928CA; }

 span { border-color: rgb(153,40,202); }

 td.TdClassName
 {
   border-color: #9928CA;
 }
 .TagClassName
 {
   border-color: #9928CA;
 }
</style>