#95198E

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

Shades of Dark Magenta #95198E

Tints of Dark Magenta #95198E

Color information

#95198E (or 0x95198E) is unknown color: approx Dark Magenta. HEX triplet: 95, 19 and 8E. RGB value is (149,25,142). Sum of RGB (Red+Green+Blue) = 149+25+142=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95198E is #6AE671. Grayscale: #4B4B4B. Windows color (decimal): -7005810 or 9312661. OLE color: 9312661.

HSL color Cylindrical-coordinate representation of color #95198E: hue angle of 303.39º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95198E is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14925142-
CMYK00.830.050.42
HSL303.39º71.26%34.12%-
HSV(B)303.39º83.22%58.43%-
XYZ17.629.0426.41-
YUV75.41165.58180.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 25 (10.16% from 255) = 7.91%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=47.15%
G=7.91%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492514200.830.050.42303.3971.2634.12
Hex95198E05352A12f4722
Octal22531216012355245710742
Binary100101011100110001110010100111011010101001011111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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