#9942DE

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

Shades of Dark Orchid #9942DE

Tints of Dark Orchid #9942DE

Color information

#9942DE (or 0x9942DE) is unknown color: approx Dark Orchid. HEX triplet: 99, 42 and DE. RGB value is (153,66,222). Sum of RGB (Red+Green+Blue) = 153+66+222=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #9942DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9942DE is #66BD21. Grayscale: #6D6D6D. Windows color (decimal): -6733090 or 14566041. OLE color: 14566041.

HSL color Cylindrical-coordinate representation of color #9942DE: hue angle of 273.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9942DE is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15366222-
CMYK0.310.7000.13
HSL273.46º70.27%56.47%-
HSV(B)273.46º70.27%87.06%-
XYZ28.2715.9470.69-
YUV109.8191.32158.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 222 (87.11% from 255) = 50.34%
R=34.69%
G=14.97%
B=50.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153662220.310.7000.13273.4670.2756.47
Hex9942DE1F460D1114638
Octal2311023363710601542110670
Binary10011001100001011011110111111000110011011000100011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9942DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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