Html Css Color HEX #9F1498 Dark Magenta

📋 copy color: '#9F1498'

red 159 ◦ green 20 ◦ blue 152

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

Shades of Dark Magenta #9F1498

Tints of Dark Magenta #9F1498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

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

R = 48.04%
G = 6.04%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F1498 (or 0x9F1498) is known color: Dark Magenta. HEX triplet: 9F, 14 and 98. RGB value is (159,20,152). Sum of RGB (Red+Green+Blue) = 159+20+152=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1498 is #60EB67. Grayscale: #4C4C4C. Windows color (decimal): -6351720 or 9966751. OLE color: 9966751.

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

Color convert

RGB 159 20 152 -
CMYK 0 0.87 0.04 0.38
HSL 303.02º 0.78% 0.35% -
HSV(B) 303.02º 0.87% 0.62% -
XYZ 20.22 10.14 30.6 -
YUV 76.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 159 20 152 0 0.87 0.04 0.38 303.02 0.78 0.35
Hex 9F 14 98 0 57 4 26 12F 4E 23
Octal 237 24 230 0 127 4 46 457 116 43
Binary 10011111 10100 10011000 0 1010111 100 100110 100101111 1001110 100011

Color Harmonies of #9F1498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1498

Black with #9F1498

Text Example


Text Example

White with #9F1498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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