Html Css Color HEX #9F129B Dark Magenta

📋 copy color: '#9F129B'

red 159 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #9F129B

Tints of Dark Magenta #9F129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 47.89%
G = 5.42%
B = 46.69%

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

#9F129B (or 0x9F129B) is known color: Dark Magenta. HEX triplet: 9F, 12 and 9B. RGB value is (159,18,155). Sum of RGB (Red+Green+Blue) = 159+18+155=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F129B is #60ED64. Grayscale: #4B4B4B. Windows color (decimal): -6352229 or 10162847. OLE color: 10162847.

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

Color convert

RGB 159 18 155 -
CMYK 0 0.89 0.03 0.38
HSL 301.7º 0.8% 0.35% -
HSV(B) 301.7º 0.89% 0.62% -
XYZ 20.43 10.17 31.9 -
YUV 75.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 159 18 155 0 0.89 0.03 0.38 301.7 0.8 0.35
Hex 9F 12 9B 0 59 3 26 12E 50 23
Octal 237 22 233 0 131 3 46 456 120 43
Binary 10011111 10010 10011011 0 1011001 11 100110 100101110 1010000 100011

Color Harmonies of #9F129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F129B

Black with #9F129B

Text Example


Text Example

White with #9F129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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