Html Css Color HEX #91097D Dark Magenta

📋 copy color: '#91097D'

red 145 ◦ green 9 ◦ blue 125

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

Shades of Dark Magenta #91097D

Tints of Dark Magenta #91097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 51.97%
G = 3.23%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91097D (or 0x91097D) is known color: Dark Magenta. HEX triplet: 91, 09 and 7D. RGB value is (145,9,125). Sum of RGB (Red+Green+Blue) = 145+9+125=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #91097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91097D is #6EF682. Grayscale: #3E3E3E. Windows color (decimal): -7272067 or 8194449. OLE color: 8194449.

HSL color Cylindrical-coordinate representation of color #91097D: hue angle of 308.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91097D is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 9 125 -
CMYK 0 0.94 0.14 0.43
HSL 308.82º 0.88% 0.3% -
HSV(B) 308.82º 0.94% 0.57% -
XYZ 15.48 7.7 20.07 -
YUV 62.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 145 9 125 0 0.94 0.14 0.43 308.82 0.88 0.3
Hex 91 9 7D 0 5E E 2B 135 58 1E
Octal 221 11 175 0 136 16 53 465 130 36
Binary 10010001 1001 1111101 0 1011110 1110 101011 100110101 1011000 11110

Color Harmonies of #91097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91097D

Black with #91097D

Text Example


Text Example

White with #91097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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