#9F1885

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

Shades of Dark Purple #9F1885

Tints of Dark Purple #9F1885

Color information

#9F1885 (or 0x9F1885) is unknown color: approx Dark Purple. HEX triplet: 9F, 18 and 85. RGB value is (159,24,133). Sum of RGB (Red+Green+Blue) = 159+24+133=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1885 is #60E77A. Grayscale: #4C4C4C. Windows color (decimal): -6350715 or 8722591. OLE color: 8722591.

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

Color convert

RGB15924133-
CMYK00.850.160.38
HSL311.56º73.77%35.88%-
HSV(B)311.56º84.91%62.35%-
XYZ18.869.7223.07-
YUV76.79159.73186.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.32%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=50.32%
G=7.59%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592413300.850.160.38311.5673.7735.88
Hex9F188505510261384a24
Octal237302050125204647011244
Binary10011111110001000010101010101100001001101001110001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,24,133); }

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

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

 a { background-color: rgb(159,24,133); }

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

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

 span { border-color: rgb(159,24,133); }

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