#9F2A7C

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

Shades of Dark Purple #9F2A7C

Tints of Dark Purple #9F2A7C

Color information

#9F2A7C (or 0x9F2A7C) is unknown color: approx Dark Purple. HEX triplet: 9F, 2A and 7C. RGB value is (159,42,124). Sum of RGB (Red+Green+Blue) = 159+42+124=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A7C is #60D583. Grayscale: #565656. Windows color (decimal): -6346116 or 8137375. OLE color: 8137375.

HSL color Cylindrical-coordinate representation of color #9F2A7C: hue angle of 317.95º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A7C is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15942124-
CMYK00.740.220.38
HSL317.95º58.21%39.41%-
HSV(B)317.95º73.58%62.35%-
XYZ18.7610.4820.1-
YUV86.33149.26179.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=48.92%
G=12.92%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594212400.740.220.38317.9558.2139.41
Hex9F2A7C04A162613e3a27
Octal23752174011226464767247
Binary1001111110101011111000100101010110100110100111110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,42,124); }

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

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

 a { background-color: rgb(159,42,124); }

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

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

 span { border-color: rgb(159,42,124); }

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