#95129A

Color #95129A Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #95129A

Tints of Dark Magenta #95129A

Color information

#95129A (or 0x95129A) is unknown color: approx Dark Magenta. HEX triplet: 95, 12 and 9A. RGB value is (149,18,154). Sum of RGB (Red+Green+Blue) = 149+18+154=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #95129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95129A is #6AED65. Grayscale: #484848. Windows color (decimal): -7007590 or 10097301. OLE color: 10097301.

HSL color Cylindrical-coordinate representation of color #95129A: hue angle of 297.79º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95129A is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14918154-
CMYK0.030.8800.40
HSL297.79º79.07%33.73%-
HSV(B)297.79º88.31%60.39%-
XYZ18.449.1631.37-
YUV72.67173.9182.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=46.42%
G=5.61%
B=47.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149181540.030.8800.40297.7979.0733.73
Hex95129A35802812a4f22
Octal22522232313005045211742
Binary10010101100101001101011101100001010001001010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95129A; }

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

 H1.HeaderClassName
 {
   color: #95129A;
 }
 .AnyTagClassName
 {
   color: #95129A;
 }
</style>
background-color css

<style>
 a { background-color: #95129A; }

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

 div.DivClassName
 {
   background-color: #95129A;
 }
 .BgClassName
 {
   background-color: #95129A;
 }
</style>
border-color css

<style>
 span { border-color: #95129A; }

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

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