#9F1C82

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

Shades of Dark Purple #9F1C82

Tints of Dark Purple #9F1C82

Color information

#9F1C82 (or 0x9F1C82) is unknown color: approx Dark Purple. HEX triplet: 9F, 1C and 82. RGB value is (159,28,130). Sum of RGB (Red+Green+Blue) = 159+28+130=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C82 is #60E37D. Grayscale: #4E4E4E. Windows color (decimal): -6349694 or 8527007. OLE color: 8527007.

HSL color Cylindrical-coordinate representation of color #9F1C82: hue angle of 313.28º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C82 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15928130-
CMYK00.820.180.38
HSL313.28º70.05%36.67%-
HSV(B)313.28º82.39%62.35%-
XYZ18.749.8122.03-
YUV78.8156.9185.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.16%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=50.16%
G=8.83%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592813000.820.180.38313.2870.0536.67
Hex9F1C8205212261394625
Octal237342020122224647110645
Binary10011111111001000001001010010100101001101001110011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,130); }

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

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

 a { background-color: rgb(159,28,130); }

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

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

 span { border-color: rgb(159,28,130); }

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