Html Css Color HEX #9F1C73 Dark Purple

📋 copy color: '#9F1C73'

red 159 ◦ green 28 ◦ blue 115

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

Shades of Dark Purple #9F1C73

Tints of Dark Purple #9F1C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

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

R = 52.65%
G = 9.27%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F1C73 (or 0x9F1C73) is known color: Dark Purple. HEX triplet: 9F, 1C and 73. RGB value is (159,28,115). Sum of RGB (Red+Green+Blue) = 159+28+115=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C73 is #60E38C. Grayscale: #4C4C4C. Windows color (decimal): -6349709 or 7543967. OLE color: 7543967.

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

Color convert

RGB 159 28 115 -
CMYK 0 0.82 0.28 0.38
HSL 320.15º 0.7% 0.37% -
HSV(B) 320.15º 0.82% 0.62% -
XYZ 17.81 9.44 17.1 -
YUV 77.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 159 28 115 0 0.82 0.28 0.38 320.15 0.7 0.37
Hex 9F 1C 73 0 52 1C 26 140 46 25
Octal 237 34 163 0 122 34 46 500 106 45
Binary 10011111 11100 1110011 0 1010010 11100 100110 101000000 1000110 100101

Color Harmonies of #9F1C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1C73

Black with #9F1C73

Text Example


Text Example

White with #9F1C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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