Html Css Color HEX #9F2491 Dark Purple

📋 copy color: '#9F2491'

red 159 ◦ green 36 ◦ blue 145

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

Shades of Dark Purple #9F2491

Tints of Dark Purple #9F2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 46.76%
G = 10.59%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F2491 (or 0x9F2491) is known color: Dark Purple. HEX triplet: 9F, 24 and 91. RGB value is (159,36,145). Sum of RGB (Red+Green+Blue) = 159+36+145=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2491 is #60DB6E. Grayscale: #545454. Windows color (decimal): -6347631 or 9512095. OLE color: 9512095.

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

Color convert

RGB 159 36 145 -
CMYK 0 0.77 0.09 0.38
HSL 306.83º 0.63% 0.38% -
HSV(B) 306.83º 0.77% 0.62% -
XYZ 20.04 10.68 27.79 -
YUV 85.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 159 36 145 0 0.77 0.09 0.38 306.83 0.63 0.38
Hex 9F 24 91 0 4D 9 26 133 3F 26
Octal 237 44 221 0 115 11 46 463 77 46
Binary 10011111 100100 10010001 0 1001101 1001 100110 100110011 111111 100110

Color Harmonies of #9F2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2491

Black with #9F2491

Text Example


Text Example

White with #9F2491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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