#951B95

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

Shades of Dark Magenta #951B95

Tints of Dark Magenta #951B95

Color information

#951B95 (or 0x951B95) is unknown color: approx Dark Magenta. HEX triplet: 95, 1B and 95. RGB value is (149,27,149). Sum of RGB (Red+Green+Blue) = 149+27+149=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #951B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B95 is #6AE46A. Grayscale: #4D4D4D. Windows color (decimal): -7005291 or 9771925. OLE color: 9771925.

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

Color convert

RGB14927149-
CMYK00.8200.42
HSL300º69.32%34.51%-
HSV(B)300º81.88%58.43%-
XYZ18.219.3429.28-
YUV77.39168.42179.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 27 (10.94% from 255) = 8.31%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=45.85%
G=8.31%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492714900.8200.4230069.3234.51
Hex951B9505202A12c4523
Octal22533225012205245410543
Binary1001010111011100101010101001001010101001011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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