#9939DE

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

Shades of Dark Orchid #9939DE

Tints of Dark Orchid #9939DE

Color information

#9939DE (or 0x9939DE) is unknown color: approx Dark Orchid. HEX triplet: 99, 39 and DE. RGB value is (153,57,222). Sum of RGB (Red+Green+Blue) = 153+57+222=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #9939DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939DE is #66C621. Grayscale: #676767. Windows color (decimal): -6735394 or 14563737. OLE color: 14563737.

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

Color convert

RGB15357222-
CMYK0.310.7400.13
HSL274.91º71.43%54.71%-
HSV(B)274.91º74.32%87.06%-
XYZ27.7814.9770.53-
YUV104.51194.3162.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 57 (22.66% from 255) = 13.19%
BLUE value IS 222 (87.11% from 255) = 51.39%
R=35.42%
G=13.19%
B=51.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153572220.310.7400.13274.9171.4354.71
Hex9939DE1F4A0D1134737
Octal231713363711201542310767
Binary1001100111100111011110111111001010011011000100111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9939DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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