#9F2DAE

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

Shades of Dark Orchid #9F2DAE

Tints of Dark Orchid #9F2DAE

Color information

#9F2DAE (or 0x9F2DAE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 2D and AE. RGB value is (159,45,174). Sum of RGB (Red+Green+Blue) = 159+45+174=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F2DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2DAE is #60D251. Grayscale: #5D5D5D. Windows color (decimal): -6345298 or 11414943. OLE color: 11414943.

HSL color Cylindrical-coordinate representation of color #9F2DAE: hue angle of 293.02º 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 #9F2DAE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15945174-
CMYK0.090.7400.32
HSL293.02º58.9%42.94%-
HSV(B)293.02º74.14%68.24%-
XYZ22.8812.341.21-
YUV93.79173.27174.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.06%
GREEN value IS 45 (17.97% from 255) = 11.90%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=42.06%
G=11.90%
B=46.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159451740.090.7400.32293.0258.942.94
Hex9F2DAE94A0201253b2b
Octal23755256111120404457353
Binary1001111110110110101110100110010100100000100100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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