#9F2DAD

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

Shades of Dark Orchid #9F2DAD

Tints of Dark Orchid #9F2DAD

Color information

#9F2DAD (or 0x9F2DAD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 2D and AD. RGB value is (159,45,173). Sum of RGB (Red+Green+Blue) = 159+45+173=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F2DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2DAD is #60D252. Grayscale: #5D5D5D. Windows color (decimal): -6345299 or 11349407. OLE color: 11349407.

HSL color Cylindrical-coordinate representation of color #9F2DAD: hue angle of 293.44º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2DAD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15945173-
CMYK0.080.7400.32
HSL293.44º58.72%42.75%-
HSV(B)293.44º73.99%67.84%-
XYZ22.7812.2640.7-
YUV93.68172.77174.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 45 (17.97% from 255) = 11.94%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=42.18%
G=11.94%
B=45.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159451730.080.7400.32293.4458.7242.75
Hex9F2DAD84A0201253b2b
Octal23755255101120404457353
Binary1001111110110110101101100010010100100000100100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,45,173); }

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

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

 a { background-color: rgb(159,45,173); }

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

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

 span { border-color: rgb(159,45,173); }

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