#95019D

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

Shades of Dark Magenta #95019D

Tints of Dark Magenta #95019D

Color information

#95019D (or 0x95019D) is unknown color: approx Dark Magenta. HEX triplet: 95, 01 and 9D. RGB value is (149,1,157). Sum of RGB (Red+Green+Blue) = 149+1+157=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #95019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95019D is #6AFE62. Grayscale: #3E3E3E. Windows color (decimal): -7011939 or 10289557. OLE color: 10289557.

HSL color Cylindrical-coordinate representation of color #95019D: hue angle of 296.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95019D is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1491157-
CMYK0.050.9900.38
HSL296.92º98.73%30.98%-
HSV(B)296.92º99.36%61.57%-
XYZ18.498.8532.63-
YUV63.04181.03189.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=48.53%
G=0.33%
B=51.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14911570.050.9900.38296.9298.7330.98
Hex9519D563026129631f
Octal2251235514304645114337
Binary1001010111001110110111000110100110100101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,1,157); }

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

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

 a { background-color: rgb(149,1,157); }

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

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

 span { border-color: rgb(149,1,157); }

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