#95008B

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

Shades of Dark Magenta #95008B

Tints of Dark Magenta #95008B

Color information

#95008B (or 0x95008B) is unknown color: approx Dark Magenta. HEX triplet: 95, 00 and 8B. RGB value is (149,0,139). Sum of RGB (Red+Green+Blue) = 149+0+139=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95008B is #6AFF74. Grayscale: #3B3B3B. Windows color (decimal): -7012213 or 9109653. OLE color: 9109653.

HSL color Cylindrical-coordinate representation of color #95008B: hue angle of 304.03º 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 #95008B is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB1490139-
CMYK010.070.42
HSL304.03º100%29.22%-
HSV(B)304.03º100%58.43%-
XYZ17.058.2525.12-
YUV60.4172.36191.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=51.74%
G=0%
B=48.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1490139010.070.42304.0310029.22
Hex9508B06472A130641d
Octal2250213014475246014435
Binary1001010101000101101100100111101010100110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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