#95018A

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

Shades of Dark Magenta #95018A

Tints of Dark Magenta #95018A

Color information

#95018A (or 0x95018A) is unknown color: approx Dark Magenta. HEX triplet: 95, 01 and 8A. RGB value is (149,1,138). Sum of RGB (Red+Green+Blue) = 149+1+138=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95018A is #6AFE75. Grayscale: #3C3C3C. Windows color (decimal): -7011958 or 9044373. OLE color: 9044373.

HSL color Cylindrical-coordinate representation of color #95018A: hue angle of 304.46º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95018A is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB1491138-
CMYK00.990.070.42
HSL304.46º98.67%29.41%-
HSV(B)304.46º99.33%58.43%-
XYZ16.998.2524.74-
YUV60.87171.53190.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=51.74%
G=0.35%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149113800.990.070.42304.4698.6729.41
Hex9518A06372A130631d
Octal2251212014375246014335
Binary1001010111000101001100011111101010100110000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,1,138); }

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

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

 a { background-color: rgb(149,1,138); }

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

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

 span { border-color: rgb(149,1,138); }

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