Html Css Color HEX #9F0988 Dark Magenta

📋 copy color: '#9F0988'

red 159 ◦ green 9 ◦ blue 136

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

Shades of Dark Magenta #9F0988

Tints of Dark Magenta #9F0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 52.3%
G = 2.96%
B = 44.74%

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

#9F0988 (or 0x9F0988) is known color: Dark Magenta. HEX triplet: 9F, 09 and 88. RGB value is (159,9,136). Sum of RGB (Red+Green+Blue) = 159+9+136=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0988 is #60F677. Grayscale: #434343. Windows color (decimal): -6354552 or 8915359. OLE color: 8915359.

HSL color Cylindrical-coordinate representation of color #9F0988: hue angle of 309.2º degrees, saturation: 0.89, 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 #9F0988 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 9 136 -
CMYK 0 0.94 0.14 0.38
HSL 309.2º 0.89% 0.33% -
HSV(B) 309.2º 0.94% 0.62% -
XYZ 18.84 9.34 24.1 -
YUV 68.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 159 9 136 0 0.94 0.14 0.38 309.2 0.89 0.33
Hex 9F 9 88 0 5E E 26 135 59 21
Octal 237 11 210 0 136 16 46 465 131 41
Binary 10011111 1001 10001000 0 1011110 1110 100110 100110101 1011001 100001

Color Harmonies of #9F0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0988

Black with #9F0988

Text Example


Text Example

White with #9F0988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,136); }

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

background-color css

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

 a { background-color: rgb(159,9,136); }

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

border-color css

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

 span { border-color: rgb(159,9,136); }

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