Html Css Color HEX #910997 Dark Magenta

📋 copy color: '#910997'

red 145 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #910997

Tints of Dark Magenta #910997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 47.54%
G = 2.95%
B = 49.51%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#910997 (or 0x910997) is known color: Dark Magenta. HEX triplet: 91, 09 and 97. RGB value is (145,9,151). Sum of RGB (Red+Green+Blue) = 145+9+151=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #910997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910997 is #6EF668. Grayscale: #414141. Windows color (decimal): -7272041 or 9898385. OLE color: 9898385.

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

Color convert

RGB 145 9 151 -
CMYK 0.04 0.94 0 0.41
HSL 297.46º 0.89% 0.31% -
HSV(B) 297.46º 0.94% 0.59% -
XYZ 17.36 8.45 29.99 -
YUV 65.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 145 9 151 0.04 0.94 0 0.41 297.46 0.89 0.31
Hex 91 9 97 4 5E 0 29 129 59 1F
Octal 221 11 227 4 136 0 51 451 131 37
Binary 10010001 1001 10010111 100 1011110 0 101001 100101001 1011001 11111

Color Harmonies of #910997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910997

Black with #910997

Text Example


Text Example

White with #910997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910997; }

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

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

background-color css

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

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

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

border-color css

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

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

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