Html Css Color HEX #9F129A Dark Magenta

📋 copy color: '#9F129A'

red 159 ◦ green 18 ◦ blue 154

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

Shades of Dark Magenta #9F129A

Tints of Dark Magenta #9F129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.53%

R = 48.04%
G = 5.44%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9F129A (or 0x9F129A) is known color: Dark Magenta. HEX triplet: 9F, 12 and 9A. RGB value is (159,18,154). Sum of RGB (Red+Green+Blue) = 159+18+154=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F129A is #60ED65. Grayscale: #4B4B4B. Windows color (decimal): -6352230 or 10097311. OLE color: 10097311.

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

Color convert

RGB 159 18 154 -
CMYK 0 0.89 0.03 0.38
HSL 302.13º 0.8% 0.35% -
HSV(B) 302.13º 0.89% 0.62% -
XYZ 20.35 10.14 31.46 -
YUV 75.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 159 18 154 0 0.89 0.03 0.38 302.13 0.8 0.35
Hex 9F 12 9A 0 59 3 26 12E 50 23
Octal 237 22 232 0 131 3 46 456 120 43
Binary 10011111 10010 10011010 0 1011001 11 100110 100101110 1010000 100011

Color Harmonies of #9F129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F129A

Black with #9F129A

Text Example


Text Example

White with #9F129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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