#95007B

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

Shades of Dark Magenta #95007B

Tints of Dark Magenta #95007B

Color information

#95007B (or 0x95007B) is unknown color: approx Dark Magenta. HEX triplet: 95, 00 and 7B. RGB value is (149,0,123). Sum of RGB (Red+Green+Blue) = 149+0+123=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #95007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95007B is #6AFF84. Grayscale: #3A3A3A. Windows color (decimal): -7012229 or 8061077. OLE color: 8061077.

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

Color convert

RGB1490123-
CMYK010.170.42
HSL310.47º100%29.22%-
HSV(B)310.47º100%58.43%-
XYZ15.977.8219.41-
YUV58.57164.36192.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=54.78%
G=0%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1490123010.170.42310.4710029.22
Hex9507B064112A136641d
Octal22501730144215246614435
Binary10010101011110110110010010001101010100110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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