Html Css Color HEX #9F1B91 Dark Purple

📋 copy color: '#9F1B91'

red 159 ◦ green 27 ◦ blue 145

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

Shades of Dark Purple #9F1B91

Tints of Dark Purple #9F1B91

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.16%

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 48.04%
G = 8.16%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F1B91 (or 0x9F1B91) is known color: Dark Purple. HEX triplet: 9F, 1B and 91. RGB value is (159,27,145). Sum of RGB (Red+Green+Blue) = 159+27+145=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1B91 is #60E46E. Grayscale: #4F4F4F. Windows color (decimal): -6349935 or 9509791. OLE color: 9509791.

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

Color convert

RGB 159 27 145 -
CMYK 0 0.83 0.09 0.38
HSL 306.36º 0.71% 0.36% -
HSV(B) 306.36º 0.83% 0.62% -
XYZ 19.8 10.2 27.71 -
YUV 79.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 159 27 145 0 0.83 0.09 0.38 306.36 0.71 0.36
Hex 9F 1B 91 0 53 9 26 132 47 24
Octal 237 33 221 0 123 11 46 462 107 44
Binary 10011111 11011 10010001 0 1010011 1001 100110 100110010 1000111 100100

Color Harmonies of #9F1B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1B91

Black with #9F1B91

Text Example


Text Example

White with #9F1B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,27,145); }

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

background-color css

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

 a { background-color: rgb(159,27,145); }

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

border-color css

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

 span { border-color: rgb(159,27,145); }

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