#9F2CAC

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

Shades of Dark Orchid #9F2CAC

Tints of Dark Orchid #9F2CAC

Color information

#9F2CAC (or 0x9F2CAC) is unknown color: approx Dark Orchid. HEX triplet: 9F, 2C and AC. RGB value is (159,44,172). Sum of RGB (Red+Green+Blue) = 159+44+172=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F2CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2CAC is #60D353. Grayscale: #5C5C5C. Windows color (decimal): -6345556 or 11283615. OLE color: 11283615.

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

Color convert

RGB15944172-
CMYK0.080.7400.33
HSL293.91º59.26%42.35%-
HSV(B)293.91º74.42%67.45%-
XYZ22.6512.1540.18-
YUV92.98172.6175.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 44 (17.58% from 255) = 11.73%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=42.4%
G=11.73%
B=45.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159441720.080.7400.33293.9159.2642.35
Hex9F2CAC84A0211263b2a
Octal23754254101120414467352
Binary1001111110110010101100100010010100100001100100110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,44,172); }

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

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

 a { background-color: rgb(159,44,172); }

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

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

 span { border-color: rgb(159,44,172); }

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