Html Css Color HEX #9F0899 Dark Magenta

📋 copy color: '#9F0899'

red 159 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #9F0899

Tints of Dark Magenta #9F0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

 BLUE value IS 153 (60.16% from 255) = 47.81%

R = 49.69%
G = 2.5%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F0899 (or 0x9F0899) is known color: Dark Magenta. HEX triplet: 9F, 08 and 99. RGB value is (159,8,153). Sum of RGB (Red+Green+Blue) = 159+8+153=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0899 is #60F766. Grayscale: #454545. Windows color (decimal): -6354791 or 10029215. OLE color: 10029215.

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

Color convert

RGB 159 8 153 -
CMYK 0 0.95 0.04 0.38
HSL 302.38º 0.9% 0.33% -
HSV(B) 302.38º 0.95% 0.62% -
XYZ 20.13 9.84 30.98 -
YUV 69.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 159 8 153 0 0.95 0.04 0.38 302.38 0.9 0.33
Hex 9F 8 99 0 5F 4 26 12E 5A 21
Octal 237 10 231 0 137 4 46 456 132 41
Binary 10011111 1000 10011001 0 1011111 100 100110 100101110 1011010 100001

Color Harmonies of #9F0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0899

Black with #9F0899

Text Example


Text Example

White with #9F0899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,153); }

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

background-color css

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

 a { background-color: rgb(159,8,153); }

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

border-color css

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

 span { border-color: rgb(159,8,153); }

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