#9f1f74

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

Shades of Dark Purple #9F1F74

Tints of Dark Purple #9F1F74

Color information

#9F1F74 (or 0x9F1F74) is unknown color: approx Dark Purple. HEX triplet: 9F, 1F and 74. RGB value is (159,31,116). Sum of RGB (Red+Green+Blue) = 159+31+116=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F74 is #60E08B. Grayscale: #4E4E4E. Windows color (decimal): -6348940 or 7610271. OLE color: 7610271.

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

Color convert

RGB15931116-
CMYK00.810.270.38
HSL320.16º67.37%37.25%-
HSV(B)320.16º80.5%62.35%-
XYZ17.949.6117.43-
YUV78.96148.91185.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=51.96%
G=10.13%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593111600.810.270.38320.1667.3737.25
Hex9F1F740511B261404325
Octal237371640121334650010345
Binary1001111111111111010001010001110111001101010000001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1f74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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