Html Css Color HEX #9F1F91 Dark Purple

📋 copy color: '#9F1F91'

red 159 ◦ green 31 ◦ blue 145

#9F1F91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #9F1F91

Tints of Dark Purple #9F1F91

RGB

 RED value IS 159 (62.5% from 255) = 47.46%

 GREEN value IS 31 (12.5% from 255) = 9.25%

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 47.46%
G = 9.25%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F1F91 (or 0x9F1F91) is known color: Dark Purple. HEX triplet: 9F, 1F and 91. RGB value is (159,31,145). Sum of RGB (Red+Green+Blue) = 159+31+145=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1F91 is #60E06E. Grayscale: #515151. Windows color (decimal): -6348911 or 9510815. OLE color: 9510815.

HSL color Cylindrical-coordinate representation of color #9F1F91: hue angle of 306.56º 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 #9F1F91 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 31 145 -
CMYK 0 0.81 0.09 0.38
HSL 306.56º 0.67% 0.37% -
HSV(B) 306.56º 0.81% 0.62% -
XYZ 19.9 10.4 27.75 -
YUV 82.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 159 31 145 0 0.81 0.09 0.38 306.56 0.67 0.37
Hex 9F 1F 91 0 51 9 26 133 43 25
Octal 237 37 221 0 121 11 46 463 103 45
Binary 10011111 11111 10010001 0 1010001 1001 100110 100110011 1000011 100101

Color Harmonies of #9F1F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F91

Black with #9F1F91

Text Example


Text Example

White with #9F1F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F1F91;
 }
 .AnyTagClassName
 {
   color: #9F1F91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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