Html Css Color HEX #951199 Dark Magenta

📋 copy color: '#951199'

red 149 ◦ green 17 ◦ blue 153

#951199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #951199

Tints of Dark Magenta #951199

RGB

 RED value IS 149 (58.59% from 255) = 46.71%

 GREEN value IS 17 (7.03% from 255) = 5.33%

 BLUE value IS 153 (60.16% from 255) = 47.96%

R = 46.71%
G = 5.33%
B = 47.96%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#951199 (or 0x951199) is known color: Dark Magenta. HEX triplet: 95, 11 and 99. RGB value is (149,17,153). Sum of RGB (Red+Green+Blue) = 149+17+153=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #951199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951199 is #6AEE66. Grayscale: #474747. Windows color (decimal): -7007847 or 10031509. OLE color: 10031509.

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

Color convert

RGB 149 17 153 -
CMYK 0.03 0.89 0 0.4
HSL 298.24º 0.8% 0.33% -
HSV(B) 298.24º 0.89% 0.6% -
XYZ 18.34 9.09 30.92 -
YUV 71.97 173.73 182.94 -
System Red Green Blue C M Y K H S L
Decimal 149 17 153 0.03 0.89 0 0.4 298.24 0.8 0.33
Hex 95 11 99 3 59 0 28 12A 50 21
Octal 225 21 231 3 131 0 50 452 120 41
Binary 10010101 10001 10011001 11 1011001 0 101000 100101010 1010000 100001

Color Harmonies of #951199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951199

Black with #951199

Text Example


Text Example

White with #951199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951199; }

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

 H1.HeaderClassName
 {
   color: #951199;
 }
 .AnyTagClassName
 {
   color: #951199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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