Html Css Color HEX #9F2989 Dark Purple

📋 copy color: '#9F2989'

red 159 ◦ green 41 ◦ blue 137

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

Shades of Dark Purple #9F2989

Tints of Dark Purple #9F2989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

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

R = 47.18%
G = 12.17%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F2989 (or 0x9F2989) is known color: Dark Purple. HEX triplet: 9F, 29 and 89. RGB value is (159,41,137). Sum of RGB (Red+Green+Blue) = 159+41+137=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2989 is #60D676. Grayscale: #565656. Windows color (decimal): -6346359 or 8989087. OLE color: 8989087.

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

Color convert

RGB 159 41 137 -
CMYK 0 0.74 0.14 0.38
HSL 311.19º 0.59% 0.39% -
HSV(B) 311.19º 0.74% 0.62% -
XYZ 19.61 10.76 24.71 -
YUV 87.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 159 41 137 0 0.74 0.14 0.38 311.19 0.59 0.39
Hex 9F 29 89 0 4A E 26 137 3B 27
Octal 237 51 211 0 112 16 46 467 73 47
Binary 10011111 101001 10001001 0 1001010 1110 100110 100110111 111011 100111

Color Harmonies of #9F2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2989

Black with #9F2989

Text Example


Text Example

White with #9F2989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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