#95028C

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

Shades of Dark Magenta #95028C

Tints of Dark Magenta #95028C

Color information

#95028C (or 0x95028C) is unknown color: approx Dark Magenta. HEX triplet: 95, 02 and 8C. RGB value is (149,2,140). Sum of RGB (Red+Green+Blue) = 149+2+140=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95028C is #6AFD73. Grayscale: #3D3D3D. Windows color (decimal): -7011700 or 9175701. OLE color: 9175701.

HSL color Cylindrical-coordinate representation of color #95028C: hue angle of 303.67º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95028C is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB1492140-
CMYK00.990.060.42
HSL303.67º97.35%29.61%-
HSV(B)303.67º98.66%58.43%-
XYZ17.158.3325.51-
YUV61.68172.2190.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=51.20%
G=0.69%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149214000.990.060.42303.6797.3529.61
Hex9528C06362A130611e
Octal2252214014365246014136
Binary10010101101000110001100011110101010100110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95028C; }

 p { color: rgb(149,2,140); }

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

<style>
 a { background-color: #95028C; }

 a { background-color: rgb(149,2,140); }

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

<style>
 span { border-color: #95028C; }

 span { border-color: rgb(149,2,140); }

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