Html Css Color HEX #951186 Dark Magenta

📋 copy color: '#951186'

red 149 ◦ green 17 ◦ blue 134

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

Shades of Dark Magenta #951186

Tints of Dark Magenta #951186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 49.67%
G = 5.67%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#951186 (or 0x951186) is known color: Dark Magenta. HEX triplet: 95, 11 and 86. RGB value is (149,17,134). Sum of RGB (Red+Green+Blue) = 149+17+134=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #951186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951186 is #6AEE79. Grayscale: #454545. Windows color (decimal): -7007866 or 8786325. OLE color: 8786325.

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

Color convert

RGB 149 17 134 -
CMYK 0 0.89 0.10 0.42
HSL 306.82º 0.8% 0.33% -
HSV(B) 306.82º 0.89% 0.58% -
XYZ 16.9 8.51 23.31 -
YUV 69.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 149 17 134 0 0.89 0.10 0.42 306.82 0.8 0.33
Hex 95 11 86 0 59 A 2A 133 50 21
Octal 225 21 206 0 131 12 52 463 120 41
Binary 10010101 10001 10000110 0 1011001 1010 101010 100110011 1010000 100001

Color Harmonies of #951186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951186

Black with #951186

Text Example


Text Example

White with #951186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951186; }

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

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

background-color css

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

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

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

border-color css

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

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

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