#95178C

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

Shades of Dark Magenta #95178C

Tints of Dark Magenta #95178C

Color information

#95178C (or 0x95178C) is unknown color: approx Dark Magenta. HEX triplet: 95, 17 and 8C. RGB value is (149,23,140). Sum of RGB (Red+Green+Blue) = 149+23+140=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95178C is #6AE873. Grayscale: #494949. Windows color (decimal): -7006324 or 9181077. OLE color: 9181077.

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

Color convert

RGB14923140-
CMYK00.850.060.42
HSL304.29º73.26%33.73%-
HSV(B)304.29º84.56%58.43%-
XYZ17.438.925.61-
YUV74.01165.24181.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 23 (9.38% from 255) = 7.37%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=47.76%
G=7.37%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492314000.850.060.42304.2973.2633.73
Hex95178C05562A1304922
Octal22527214012565246011142
Binary100101011011110001100010101011101010101001100001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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