#951E94

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

Shades of Dark Magenta #951E94

Tints of Dark Magenta #951E94

Color information

#951E94 (or 0x951E94) is unknown color: approx Dark Magenta. HEX triplet: 95, 1E and 94. RGB value is (149,30,148). Sum of RGB (Red+Green+Blue) = 149+30+148=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #951E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951E94 is #6AE16B. Grayscale: #4E4E4E. Windows color (decimal): -7004524 or 9707157. OLE color: 9707157.

HSL color Cylindrical-coordinate representation of color #951E94: hue angle of 300.5º 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 #951E94 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14930148-
CMYK00.800.010.42
HSL300.5º66.48%35.1%-
HSV(B)300.5º79.87%58.43%-
XYZ18.29.4628.88-
YUV79.03166.92177.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=45.57%
G=9.17%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493014800.800.010.42300.566.4835.1
Hex951E9405012A12d4223
Octal22536224012015245510243
Binary1001010111110100101000101000011010101001011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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