#95149E

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

Shades of Dark Magenta #95149E

Tints of Dark Magenta #95149E

Color information

#95149E (or 0x95149E) is unknown color: approx Dark Magenta. HEX triplet: 95, 14 and 9E. RGB value is (149,20,158). Sum of RGB (Red+Green+Blue) = 149+20+158=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #95149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95149E is #6AEB61. Grayscale: #494949. Windows color (decimal): -7007074 or 10359957. OLE color: 10359957.

HSL color Cylindrical-coordinate representation of color #95149E: hue angle of 296.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95149E is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14920158-
CMYK0.060.8700.38
HSL296.09º77.53%34.9%-
HSV(B)296.09º87.34%61.96%-
XYZ18.829.3633.16-
YUV74.3175.24181.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 20 (8.20% from 255) = 6.12%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=45.57%
G=6.12%
B=48.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149201580.060.8700.38296.0977.5334.9
Hex95149E6570261284e23
Octal22524236612704645011643
Binary100101011010010011110110101011101001101001010001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95149E; }

 p { color: rgb(149,20,158); }

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

<style>
 a { background-color: #95149E; }

 a { background-color: rgb(149,20,158); }

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

<style>
 span { border-color: #95149E; }

 span { border-color: rgb(149,20,158); }

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