Html Css Color HEX #951091 Dark Magenta

📋 copy color: '#951091'

red 149 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #951091

Tints of Dark Magenta #951091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 48.06%
G = 5.16%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#951091 (or 0x951091) is known color: Dark Magenta. HEX triplet: 95, 10 and 91. RGB value is (149,16,145). Sum of RGB (Red+Green+Blue) = 149+16+145=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #951091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951091 is #6AEF6E. Grayscale: #464646. Windows color (decimal): -7008111 or 9506965. OLE color: 9506965.

HSL color Cylindrical-coordinate representation of color #951091: hue angle of 301.8º 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 #951091 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 145 -
CMYK 0 0.89 0.03 0.42
HSL 301.8º 0.81% 0.32% -
HSV(B) 301.8º 0.89% 0.58% -
XYZ 17.69 8.8 27.56 -
YUV 70.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 149 16 145 0 0.89 0.03 0.42 301.8 0.81 0.32
Hex 95 10 91 0 59 3 2A 12E 51 20
Octal 225 20 221 0 131 3 52 456 121 40
Binary 10010101 10000 10010001 0 1011001 11 101010 100101110 1010001 100000

Color Harmonies of #951091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951091

Black with #951091

Text Example


Text Example

White with #951091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951091; }

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

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

background-color css

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

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

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

border-color css

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

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

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