#951998

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

Shades of Dark Magenta #951998

Tints of Dark Magenta #951998

Color information

#951998 (or 0x951998) is unknown color: approx Dark Magenta. HEX triplet: 95, 19 and 98. RGB value is (149,25,152). Sum of RGB (Red+Green+Blue) = 149+25+152=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #951998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951998 is #6AE667. Grayscale: #4C4C4C. Windows color (decimal): -7005800 or 9968021. OLE color: 9968021.

HSL color Cylindrical-coordinate representation of color #951998: hue angle of 298.58º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951998 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14925152-
CMYK0.020.8400.40
HSL298.58º71.75%34.71%-
HSV(B)298.58º83.55%59.61%-
XYZ18.419.3530.54-
YUV76.55170.58179.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 25 (10.16% from 255) = 7.67%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=45.71%
G=7.67%
B=46.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149251520.020.8400.40298.5871.7534.71
Hex95199825402812b4823
Octal22531230212405045311043
Binary10010101110011001100010101010001010001001010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951998; }

 p { color: rgb(149,25,152); }

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

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

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

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

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

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

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