#95017D

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

Shades of Dark Magenta #95017D

Tints of Dark Magenta #95017D

Color information

#95017D (or 0x95017D) is unknown color: approx Dark Magenta. HEX triplet: 95, 01 and 7D. RGB value is (149,1,125). Sum of RGB (Red+Green+Blue) = 149+1+125=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95017D is #6AFE82. Grayscale: #3B3B3B. Windows color (decimal): -7011971 or 8192405. OLE color: 8192405.

HSL color Cylindrical-coordinate representation of color #95017D: hue angle of 309.73º 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 #95017D is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB1491125-
CMYK00.990.160.42
HSL309.73º98.67%29.41%-
HSV(B)309.73º99.33%58.43%-
XYZ16.117.8920.08-
YUV59.39165.03191.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=54.18%
G=0.36%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149112500.990.160.42309.7398.6729.41
Hex9517D063102A136631d
Octal22511750143205246614335
Binary10010101111111010110001110000101010100110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95017D; }

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

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

<style>
 a { background-color: #95017D; }

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

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

<style>
 span { border-color: #95017D; }

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

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