Html Css Color HEX #9F1876 Dark Purple

📋 copy color: '#9F1876'

red 159 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #9F1876

Tints of Dark Purple #9F1876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 52.82%
G = 7.97%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F1876 (or 0x9F1876) is known color: Dark Purple. HEX triplet: 9F, 18 and 76. RGB value is (159,24,118). Sum of RGB (Red+Green+Blue) = 159+24+118=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1876 is #60E789. Grayscale: #4A4A4A. Windows color (decimal): -6350730 or 7739551. OLE color: 7739551.

HSL color Cylindrical-coordinate representation of color #9F1876: hue angle of 318.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1876 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 24 118 -
CMYK 0 0.85 0.26 0.38
HSL 318.22º 0.74% 0.36% -
HSV(B) 318.22º 0.85% 0.62% -
XYZ 17.89 9.33 18 -
YUV 75.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 159 24 118 0 0.85 0.26 0.38 318.22 0.74 0.36
Hex 9F 18 76 0 55 1A 26 13E 4A 24
Octal 237 30 166 0 125 32 46 476 112 44
Binary 10011111 11000 1110110 0 1010101 11010 100110 100111110 1001010 100100

Color Harmonies of #9F1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1876

Black with #9F1876

Text Example


Text Example

White with #9F1876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,24,118); }

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

background-color css

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

 a { background-color: rgb(159,24,118); }

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

border-color css

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

 span { border-color: rgb(159,24,118); }

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