Html Css Color HEX #911097 Dark Magenta

📋 copy color: '#911097'

red 145 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #911097

Tints of Dark Magenta #911097

RGB

 RED value IS 145 (57.03% from 255) = 46.47%

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

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 46.47%
G = 5.13%
B = 48.4%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#911097 (or 0x911097) is known color: Dark Magenta. HEX triplet: 91, 10 and 97. RGB value is (145,16,151). Sum of RGB (Red+Green+Blue) = 145+16+151=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #911097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911097 is #6EEF68. Grayscale: #454545. Windows color (decimal): -7270249 or 9900177. OLE color: 9900177.

HSL color Cylindrical-coordinate representation of color #911097: hue angle of 297.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911097 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 16 151 -
CMYK 0.04 0.89 0 0.41
HSL 297.33º 0.81% 0.33% -
HSV(B) 297.33º 0.89% 0.59% -
XYZ 17.45 8.62 30.02 -
YUV 69.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 145 16 151 0.04 0.89 0 0.41 297.33 0.81 0.33
Hex 91 10 97 4 59 0 29 129 51 21
Octal 221 20 227 4 131 0 51 451 121 41
Binary 10010001 10000 10010111 100 1011001 0 101001 100101001 1010001 100001

Color Harmonies of #911097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911097

Black with #911097

Text Example


Text Example

White with #911097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911097; }

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

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

background-color css

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

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

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

border-color css

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

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

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