#95178E

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

Shades of Dark Magenta #95178E

Tints of Dark Magenta #95178E

Color information

#95178E (or 0x95178E) is unknown color: approx Dark Magenta. HEX triplet: 95, 17 and 8E. RGB value is (149,23,142). Sum of RGB (Red+Green+Blue) = 149+23+142=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95178E is #6AE871. Grayscale: #494949. Windows color (decimal): -7006322 or 9312149. OLE color: 9312149.

HSL color Cylindrical-coordinate representation of color #95178E: hue angle of 303.33º 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 #95178E is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14923142-
CMYK00.850.050.42
HSL303.33º73.26%33.73%-
HSV(B)303.33º84.56%58.43%-
XYZ17.588.9626.39-
YUV74.24166.24181.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 23 (9.38% from 255) = 7.32%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=47.45%
G=7.32%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492314200.850.050.42303.3373.2633.73
Hex95178E05552A12f4922
Octal22527216012555245711142
Binary100101011011110001110010101011011010101001011111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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