Html Css Color HEX #951086 Dark Magenta

📋 copy color: '#951086'

red 149 ◦ green 16 ◦ blue 134

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

Shades of Dark Magenta #951086

Tints of Dark Magenta #951086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 49.83%
G = 5.35%
B = 44.82%

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

#951086 (or 0x951086) is known color: Dark Magenta. HEX triplet: 95, 10 and 86. RGB value is (149,16,134). Sum of RGB (Red+Green+Blue) = 149+16+134=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #951086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951086 is #6AEF79. Grayscale: #444444. Windows color (decimal): -7008122 or 8786069. OLE color: 8786069.

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

Color convert

RGB 149 16 134 -
CMYK 0 0.89 0.10 0.42
HSL 306.77º 0.81% 0.32% -
HSV(B) 306.77º 0.89% 0.58% -
XYZ 16.88 8.48 23.3 -
YUV 69.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 149 16 134 0 0.89 0.10 0.42 306.77 0.81 0.32
Hex 95 10 86 0 59 A 2A 133 51 20
Octal 225 20 206 0 131 12 52 463 121 40
Binary 10010101 10000 10000110 0 1011001 1010 101010 100110011 1010001 100000

Color Harmonies of #951086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951086

Black with #951086

Text Example


Text Example

White with #951086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951086; }

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

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

background-color css

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

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

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

border-color css

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

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

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