Html Css Color HEX #9F1589 Dark Purple

📋 copy color: '#9F1589'

red 159 ◦ green 21 ◦ blue 137

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

Shades of Dark Purple #9F1589

Tints of Dark Purple #9F1589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 50.16%
G = 6.62%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F1589 (or 0x9F1589) is known color: Dark Purple. HEX triplet: 9F, 15 and 89. RGB value is (159,21,137). Sum of RGB (Red+Green+Blue) = 159+21+137=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1589 is #60EA76. Grayscale: #4B4B4B. Windows color (decimal): -6351479 or 8983967. OLE color: 8983967.

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

Color convert

RGB 159 21 137 -
CMYK 0 0.87 0.14 0.38
HSL 309.57º 0.77% 0.35% -
HSV(B) 309.57º 0.87% 0.62% -
XYZ 19.08 9.71 24.54 -
YUV 75.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 159 21 137 0 0.87 0.14 0.38 309.57 0.77 0.35
Hex 9F 15 89 0 57 E 26 136 4D 23
Octal 237 25 211 0 127 16 46 466 115 43
Binary 10011111 10101 10001001 0 1010111 1110 100110 100110110 1001101 100011

Color Harmonies of #9F1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1589

Black with #9F1589

Text Example


Text Example

White with #9F1589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,21,137); }

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

background-color css

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

 a { background-color: rgb(159,21,137); }

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

border-color css

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

 span { border-color: rgb(159,21,137); }

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