Html Css Color HEX #9F1F73 Dark Purple

📋 copy color: '#9F1F73'

red 159 ◦ green 31 ◦ blue 115

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

Shades of Dark Purple #9F1F73

Tints of Dark Purple #9F1F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 52.13%
G = 10.16%
B = 37.7%

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

#9F1F73 (or 0x9F1F73) is known color: Dark Purple. HEX triplet: 9F, 1F and 73. RGB value is (159,31,115). Sum of RGB (Red+Green+Blue) = 159+31+115=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F73 is #60E08C. Grayscale: #4E4E4E. Windows color (decimal): -6348941 or 7544735. OLE color: 7544735.

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

Color convert

RGB 159 31 115 -
CMYK 0 0.81 0.28 0.38
HSL 320.63º 0.67% 0.37% -
HSV(B) 320.63º 0.81% 0.62% -
XYZ 17.88 9.59 17.13 -
YUV 78.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 159 31 115 0 0.81 0.28 0.38 320.63 0.67 0.37
Hex 9F 1F 73 0 51 1C 26 141 43 25
Octal 237 37 163 0 121 34 46 501 103 45
Binary 10011111 11111 1110011 0 1010001 11100 100110 101000001 1000011 100101

Color Harmonies of #9F1F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F73

Black with #9F1F73

Text Example


Text Example

White with #9F1F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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