#9F39DC

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

Shades of Dark Orchid #9F39DC

Tints of Dark Orchid #9F39DC

Color information

#9F39DC (or 0x9F39DC) is unknown color: approx Dark Orchid. HEX triplet: 9F, 39 and DC. RGB value is (159,57,220). Sum of RGB (Red+Green+Blue) = 159+57+220=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F39DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F39DC is #60C623. Grayscale: #696969. Windows color (decimal): -6342180 or 14432671. OLE color: 14432671.

HSL color Cylindrical-coordinate representation of color #9F39DC: hue angle of 277.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F39DC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15957220-
CMYK0.280.7400.14
HSL277.55º69.96%54.31%-
HSV(B)277.55º74.09%86.27%-
XYZ28.6815.4669.18-
YUV106.08192.29165.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.47%
GREEN value IS 57 (22.66% from 255) = 13.07%
BLUE value IS 220 (86.33% from 255) = 50.46%
R=36.47%
G=13.07%
B=50.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal159572200.280.7400.14277.5569.9654.31
Hex9F39DC1C4A0E1164636
Octal237713343411201642610666
Binary1001111111100111011100111001001010011101000101101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F39DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F39DC; }

 p { color: rgb(159,57,220); }

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

<style>
 a { background-color: #9F39DC; }

 a { background-color: rgb(159,57,220); }

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

<style>
 span { border-color: #9F39DC; }

 span { border-color: rgb(159,57,220); }

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