Html Css Color HEX #9F1298 Dark Magenta

📋 copy color: '#9F1298'

red 159 ◦ green 18 ◦ blue 152

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

Shades of Dark Magenta #9F1298

Tints of Dark Magenta #9F1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

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

R = 48.33%
G = 5.47%
B = 46.2%

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

#9F1298 (or 0x9F1298) is known color: Dark Magenta. HEX triplet: 9F, 12 and 98. RGB value is (159,18,152). Sum of RGB (Red+Green+Blue) = 159+18+152=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1298 is #60ED67. Grayscale: #4B4B4B. Windows color (decimal): -6352232 or 9966239. OLE color: 9966239.

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

Color convert

RGB 159 18 152 -
CMYK 0 0.89 0.04 0.38
HSL 302.98º 0.8% 0.35% -
HSV(B) 302.98º 0.89% 0.62% -
XYZ 20.18 10.07 30.59 -
YUV 75.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 159 18 152 0 0.89 0.04 0.38 302.98 0.8 0.35
Hex 9F 12 98 0 59 4 26 12F 50 23
Octal 237 22 230 0 131 4 46 457 120 43
Binary 10011111 10010 10011000 0 1011001 100 100110 100101111 1010000 100011

Color Harmonies of #9F1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1298

Black with #9F1298

Text Example


Text Example

White with #9F1298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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