Html Css Color HEX #9F0F89 Dark Magenta

📋 copy color: '#9F0F89'

red 159 ◦ green 15 ◦ blue 137

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

Shades of Dark Magenta #9F0F89

Tints of Dark Magenta #9F0F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.82%

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

R = 51.13%
G = 4.82%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F0F89 (or 0x9F0F89) is known color: Dark Magenta. HEX triplet: 9F, 0F and 89. RGB value is (159,15,137). Sum of RGB (Red+Green+Blue) = 159+15+137=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0F89 is #60F076. Grayscale: #474747. Windows color (decimal): -6353015 or 8982431. OLE color: 8982431.

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

Color convert

RGB 159 15 137 -
CMYK 0 0.91 0.14 0.38
HSL 309.17º 0.83% 0.34% -
HSV(B) 309.17º 0.91% 0.62% -
XYZ 18.98 9.52 24.5 -
YUV 71.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 159 15 137 0 0.91 0.14 0.38 309.17 0.83 0.34
Hex 9F F 89 0 5B E 26 135 53 22
Octal 237 17 211 0 133 16 46 465 123 42
Binary 10011111 1111 10001001 0 1011011 1110 100110 100110101 1010011 100010

Color Harmonies of #9F0F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0F89

Black with #9F0F89

Text Example


Text Example

White with #9F0F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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