#95179E

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

Shades of Dark Magenta #95179E

Tints of Dark Magenta #95179E

Color information

#95179E (or 0x95179E) is unknown color: approx Dark Magenta. HEX triplet: 95, 17 and 9E. RGB value is (149,23,158). Sum of RGB (Red+Green+Blue) = 149+23+158=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #95179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95179E is #6AE861. Grayscale: #4B4B4B. Windows color (decimal): -7006306 or 10360725. OLE color: 10360725.

HSL color Cylindrical-coordinate representation of color #95179E: hue angle of 296º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95179E is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14923158-
CMYK0.060.8500.38
HSL296º74.59%35.49%-
HSV(B)296º85.44%61.96%-
XYZ18.879.4733.18-
YUV76.06174.24180.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 23 (9.38% from 255) = 6.97%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=45.15%
G=6.97%
B=47.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149231580.060.8500.3829674.5935.49
Hex95179E6550261284b23
Octal22527236612504645011343
Binary100101011011110011110110101010101001101001010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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