Html Css Color HEX #9F1F72 Dark Purple

📋 copy color: '#9F1F72'

red 159 ◦ green 31 ◦ blue 114

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

Shades of Dark Purple #9F1F72

Tints of Dark Purple #9F1F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 52.3%
G = 10.2%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F1F72 (or 0x9F1F72) is known color: Dark Purple. HEX triplet: 9F, 1F and 72. RGB value is (159,31,114). Sum of RGB (Red+Green+Blue) = 159+31+114=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F72 is #60E08D. Grayscale: #4E4E4E. Windows color (decimal): -6348942 or 7479199. OLE color: 7479199.

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

Color convert

RGB 159 31 114 -
CMYK 0 0.81 0.28 0.38
HSL 321.09º 0.67% 0.37% -
HSV(B) 321.09º 0.81% 0.62% -
XYZ 17.83 9.57 16.83 -
YUV 78.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 159 31 114 0 0.81 0.28 0.38 321.09 0.67 0.37
Hex 9F 1F 72 0 51 1C 26 141 43 25
Octal 237 37 162 0 121 34 46 501 103 45
Binary 10011111 11111 1110010 0 1010001 11100 100110 101000001 1000011 100101

Color Harmonies of #9F1F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F72

Black with #9F1F72

Text Example


Text Example

White with #9F1F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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