#9F1A74

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

Shades of Dark Purple #9F1A74

Tints of Dark Purple #9F1A74

Color information

#9F1A74 (or 0x9F1A74) is unknown color: approx Dark Purple. HEX triplet: 9F, 1A and 74. RGB value is (159,26,116). Sum of RGB (Red+Green+Blue) = 159+26+116=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1A74 is #60E58B. Grayscale: #4B4B4B. Windows color (decimal): -6350220 or 7608991. OLE color: 7608991.

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

Color convert

RGB15926116-
CMYK00.840.270.38
HSL319.4º71.89%36.27%-
HSV(B)319.4º83.65%62.35%-
XYZ17.829.3717.39-
YUV76.03150.56187.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.82%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=52.82%
G=8.64%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592611600.840.270.38319.471.8936.27
Hex9F1A740541B2613f4824
Octal237321640124334647711044
Binary1001111111010111010001010100110111001101001111111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,26,116); }

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

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

 a { background-color: rgb(159,26,116); }

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

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

 span { border-color: rgb(159,26,116); }

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