#9942CC

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

Shades of Dark Orchid #9942CC

Tints of Dark Orchid #9942CC

Color information

#9942CC (or 0x9942CC) is unknown color: approx Dark Orchid. HEX triplet: 99, 42 and CC. RGB value is (153,66,204). Sum of RGB (Red+Green+Blue) = 153+66+204=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #9942CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9942CC is #66BD33. Grayscale: #6B6B6B. Windows color (decimal): -6733108 or 13386393. OLE color: 13386393.

HSL color Cylindrical-coordinate representation of color #9942CC: hue angle of 277.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9942CC is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15366204-
CMYK0.250.6800.2
HSL277.83º57.5%52.94%-
HSV(B)277.83º67.65%80%-
XYZ25.9815.0358.66-
YUV107.74182.32160.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=36.17%
G=15.60%
B=48.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153662040.250.6800.2277.8357.552.94
Hex9942CC19440141163a35
Octal231102314311040244267265
Binary10011001100001011001100110011000100010100100010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9942CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9942CC; }

 p { color: rgb(153,66,204); }

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

<style>
 a { background-color: #9942CC; }

 a { background-color: rgb(153,66,204); }

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

<style>
 span { border-color: #9942CC; }

 span { border-color: rgb(153,66,204); }

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