#951E95

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

Shades of Dark Magenta #951E95

Tints of Dark Magenta #951E95

Color information

#951E95 (or 0x951E95) is unknown color: approx Dark Magenta. HEX triplet: 95, 1E and 95. RGB value is (149,30,149). Sum of RGB (Red+Green+Blue) = 149+30+149=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #951E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951E95 is #6AE16A. Grayscale: #4E4E4E. Windows color (decimal): -7004523 or 9772693. OLE color: 9772693.

HSL color Cylindrical-coordinate representation of color #951E95: hue angle of 300º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E95 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14930149-
CMYK00.8000.42
HSL300º66.48%35.1%-
HSV(B)300º79.87%58.43%-
XYZ18.289.4929.3-
YUV79.15167.42177.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 30 (12.11% from 255) = 9.15%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=45.43%
G=9.15%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493014900.8000.4230066.4835.1
Hex951E9505002A12c4223
Octal22536225012005245410243
Binary1001010111110100101010101000001010101001011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951E95; }

 p { color: rgb(149,30,149); }

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

<style>
 a { background-color: #951E95; }

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

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

<style>
 span { border-color: #951E95; }

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

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