Html Css Color HEX #9F1198 Dark Magenta

📋 copy color: '#9F1198'

red 159 ◦ green 17 ◦ blue 152

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

Shades of Dark Magenta #9F1198

Tints of Dark Magenta #9F1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.18%

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

R = 48.48%
G = 5.18%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F1198 (or 0x9F1198) is known color: Dark Magenta. HEX triplet: 9F, 11 and 98. RGB value is (159,17,152). Sum of RGB (Red+Green+Blue) = 159+17+152=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1198 is #60EE67. Grayscale: #4A4A4A. Windows color (decimal): -6352488 or 9965983. OLE color: 9965983.

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

Color convert

RGB 159 17 152 -
CMYK 0 0.89 0.04 0.38
HSL 302.96º 0.81% 0.35% -
HSV(B) 302.96º 0.89% 0.62% -
XYZ 20.17 10.04 30.58 -
YUV 74.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 159 17 152 0 0.89 0.04 0.38 302.96 0.81 0.35
Hex 9F 11 98 0 59 4 26 12F 51 23
Octal 237 21 230 0 131 4 46 457 121 43
Binary 10011111 10001 10011000 0 1011001 100 100110 100101111 1010001 100011

Color Harmonies of #9F1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1198

Black with #9F1198

Text Example


Text Example

White with #9F1198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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