#95158A

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

Shades of Dark Magenta #95158A

Tints of Dark Magenta #95158A

Color information

#95158A (or 0x95158A) is unknown color: approx Dark Magenta. HEX triplet: 95, 15 and 8A. RGB value is (149,21,138). Sum of RGB (Red+Green+Blue) = 149+21+138=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95158A is #6AEA75. Grayscale: #484848. Windows color (decimal): -7006838 or 9049493. OLE color: 9049493.

HSL color Cylindrical-coordinate representation of color #95158A: hue angle of 305.16º 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 #95158A is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14921138-
CMYK00.860.070.42
HSL305.16º75.29%33.33%-
HSV(B)305.16º85.91%58.43%-
XYZ17.258.7624.83-
YUV72.61164.91182.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=48.38%
G=6.82%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492113800.860.070.42305.1675.2933.33
Hex95158A05672A1314b21
Octal22525212012675246111341
Binary100101011010110001010010101101111010101001100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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