#951299

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

Shades of Dark Magenta #951299

Tints of Dark Magenta #951299

Color information

#951299 (or 0x951299) is unknown color: approx Dark Magenta. HEX triplet: 95, 12 and 99. RGB value is (149,18,153). Sum of RGB (Red+Green+Blue) = 149+18+153=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #951299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951299 is #6AED66. Grayscale: #484848. Windows color (decimal): -7007591 or 10031765. OLE color: 10031765.

HSL color Cylindrical-coordinate representation of color #951299: hue angle of 298.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951299 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14918153-
CMYK0.030.8800.4
HSL298.22º78.95%33.53%-
HSV(B)298.22º88.24%60%-
XYZ18.369.1230.93-
YUV72.56173.4182.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=46.56%
G=5.62%
B=47.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149181530.030.8800.4298.2278.9533.53
Hex95129935802812a4f22
Octal22522231313005045211742
Binary10010101100101001100111101100001010001001010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951299; }

 p { color: rgb(149,18,153); }

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

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

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

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

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

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

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