Html Css Color HEX #9F0898 Dark Magenta

📋 copy color: '#9F0898'

red 159 ◦ green 8 ◦ blue 152

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

Shades of Dark Magenta #9F0898

Tints of Dark Magenta #9F0898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 49.84%
G = 2.51%
B = 47.65%

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

#9F0898 (or 0x9F0898) is known color: Dark Magenta. HEX triplet: 9F, 08 and 98. RGB value is (159,8,152). Sum of RGB (Red+Green+Blue) = 159+8+152=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0898 is #60F767. Grayscale: #454545. Windows color (decimal): -6354792 or 9963679. OLE color: 9963679.

HSL color Cylindrical-coordinate representation of color #9F0898: hue angle of 302.78º 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 #9F0898 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 8 152 -
CMYK 0 0.95 0.04 0.38
HSL 302.78º 0.9% 0.33% -
HSV(B) 302.78º 0.95% 0.62% -
XYZ 20.05 9.81 30.54 -
YUV 69.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 159 8 152 0 0.95 0.04 0.38 302.78 0.9 0.33
Hex 9F 8 98 0 5F 4 26 12F 5A 21
Octal 237 10 230 0 137 4 46 457 132 41
Binary 10011111 1000 10011000 0 1011111 100 100110 100101111 1011010 100001

Color Harmonies of #9F0898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0898

Black with #9F0898

Text Example


Text Example

White with #9F0898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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