#95158D

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

Shades of Dark Magenta #95158D

Tints of Dark Magenta #95158D

Color information

#95158D (or 0x95158D) is unknown color: approx Dark Magenta. HEX triplet: 95, 15 and 8D. RGB value is (149,21,141). Sum of RGB (Red+Green+Blue) = 149+21+141=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95158D is #6AEA72. Grayscale: #484848. Windows color (decimal): -7006835 or 9246101. OLE color: 9246101.

HSL color Cylindrical-coordinate representation of color #95158D: hue angle of 303.75º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95158D is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14921141-
CMYK00.860.050.42
HSL303.75º75.29%33.33%-
HSV(B)303.75º85.91%58.43%-
XYZ17.478.8525.99-
YUV72.95166.41182.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=47.91%
G=6.75%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492114100.860.050.42303.7575.2933.33
Hex95158D05652A1304b21
Octal22525215012655246011341
Binary100101011010110001101010101101011010101001100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,21,141); }

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

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

 a { background-color: rgb(149,21,141); }

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

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

 span { border-color: rgb(149,21,141); }

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