#95008A

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

Shades of Dark Magenta #95008A

Tints of Dark Magenta #95008A

Color information

#95008A (or 0x95008A) is unknown color: approx Dark Magenta. HEX triplet: 95, 00 and 8A. RGB value is (149,0,138). Sum of RGB (Red+Green+Blue) = 149+0+138=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #95008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95008A is #6AFF75. Grayscale: #3B3B3B. Windows color (decimal): -7012214 or 9044117. OLE color: 9044117.

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

Color convert

RGB1490138-
CMYK010.070.42
HSL304.43º100%29.22%-
HSV(B)304.43º100%58.43%-
XYZ16.988.2224.74-
YUV60.28171.86191.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=51.92%
G=0%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1490138010.070.42304.4310029.22
Hex9508A06472A130641d
Octal2250212014475246014435
Binary1001010101000101001100100111101010100110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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