#951B94

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

Shades of Dark Magenta #951B94

Tints of Dark Magenta #951B94

Color information

#951B94 (or 0x951B94) is unknown color: approx Dark Magenta. HEX triplet: 95, 1B and 94. RGB value is (149,27,148). Sum of RGB (Red+Green+Blue) = 149+27+148=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #951B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B94 is #6AE46B. Grayscale: #4C4C4C. Windows color (decimal): -7005292 or 9706389. OLE color: 9706389.

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

Color convert

RGB14927148-
CMYK00.820.010.42
HSL300.49º69.32%34.51%-
HSV(B)300.49º81.88%58.43%-
XYZ18.139.3128.86-
YUV77.27167.92179.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 27 (10.94% from 255) = 8.33%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=45.99%
G=8.33%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492714800.820.010.42300.4969.3234.51
Hex951B9405212A12c4523
Octal22533224012215245410543
Binary1001010111011100101000101001011010101001011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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