Html Css Color HEX #9F0A89 Dark Magenta

📋 copy color: '#9F0A89'

red 159 ◦ green 10 ◦ blue 137

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

Shades of Dark Magenta #9F0A89

Tints of Dark Magenta #9F0A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.27%

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

R = 51.96%
G = 3.27%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F0A89 (or 0x9F0A89) is known color: Dark Magenta. HEX triplet: 9F, 0A and 89. RGB value is (159,10,137). Sum of RGB (Red+Green+Blue) = 159+10+137=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0A89 is #60F576. Grayscale: #444444. Windows color (decimal): -6354295 or 8981151. OLE color: 8981151.

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

Color convert

RGB 159 10 137 -
CMYK 0 0.94 0.14 0.38
HSL 308.86º 0.88% 0.33% -
HSV(B) 308.86º 0.94% 0.62% -
XYZ 18.92 9.39 24.48 -
YUV 69.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 159 10 137 0 0.94 0.14 0.38 308.86 0.88 0.33
Hex 9F A 89 0 5E E 26 135 58 21
Octal 237 12 211 0 136 16 46 465 130 41
Binary 10011111 1010 10001001 0 1011110 1110 100110 100110101 1011000 100001

Color Harmonies of #9F0A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A89

Black with #9F0A89

Text Example


Text Example

White with #9F0A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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