#951E9C

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

Shades of Dark Magenta #951E9C

Tints of Dark Magenta #951E9C

Color information

#951E9C (or 0x951E9C) is unknown color: approx Dark Magenta. HEX triplet: 95, 1E and 9C. RGB value is (149,30,156). Sum of RGB (Red+Green+Blue) = 149+30+156=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #951E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951E9C is #6AE163. Grayscale: #4F4F4F. Windows color (decimal): -7004516 or 10231445. OLE color: 10231445.

HSL color Cylindrical-coordinate representation of color #951E9C: hue angle of 296.67º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951E9C is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14930156-
CMYK0.040.8100.39
HSL296.67º67.74%36.47%-
HSV(B)296.67º80.77%61.18%-
XYZ18.869.7232.33-
YUV79.94170.92177.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=44.48%
G=8.96%
B=46.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149301560.040.8100.39296.6767.7436.47
Hex951E9C4510271294424
Octal22536234412104745110444
Binary100101011111010011100100101000101001111001010011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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