Html Css Color HEX #9F1786 Dark Purple

📋 copy color: '#9F1786'

red 159 ◦ green 23 ◦ blue 134

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

Shades of Dark Purple #9F1786

Tints of Dark Purple #9F1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 50.32%
G = 7.28%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F1786 (or 0x9F1786) is known color: Dark Purple. HEX triplet: 9F, 17 and 86. RGB value is (159,23,134). Sum of RGB (Red+Green+Blue) = 159+23+134=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1786 is #60E879. Grayscale: #4C4C4C. Windows color (decimal): -6350970 or 8787871. OLE color: 8787871.

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

Color convert

RGB 159 23 134 -
CMYK 0 0.86 0.16 0.38
HSL 311.03º 0.75% 0.36% -
HSV(B) 311.03º 0.86% 0.62% -
XYZ 18.91 9.7 23.43 -
YUV 76.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 159 23 134 0 0.86 0.16 0.38 311.03 0.75 0.36
Hex 9F 17 86 0 56 10 26 137 4B 24
Octal 237 27 206 0 126 20 46 467 113 44
Binary 10011111 10111 10000110 0 1010110 10000 100110 100110111 1001011 100100

Color Harmonies of #9F1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1786

Black with #9F1786

Text Example


Text Example

White with #9F1786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,23,134); }

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

background-color css

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

 a { background-color: rgb(159,23,134); }

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

border-color css

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

 span { border-color: rgb(159,23,134); }

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