Html Css Color HEX #91077A Dark Magenta

📋 copy color: '#91077A'

red 145 ◦ green 7 ◦ blue 122

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

Shades of Dark Magenta #91077A

Tints of Dark Magenta #91077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 52.92%
G = 2.55%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#91077A (or 0x91077A) is known color: Dark Magenta. HEX triplet: 91, 07 and 7A. RGB value is (145,7,122). Sum of RGB (Red+Green+Blue) = 145+7+122=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #91077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91077A is #6EF885. Grayscale: #3D3D3D. Windows color (decimal): -7272582 or 7997329. OLE color: 7997329.

HSL color Cylindrical-coordinate representation of color #91077A: hue angle of 310º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91077A is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 122 -
CMYK 0 0.95 0.16 0.43
HSL 310º 0.91% 0.3% -
HSV(B) 310º 0.95% 0.57% -
XYZ 15.27 7.58 19.07 -
YUV 61.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 145 7 122 0 0.95 0.16 0.43 310 0.91 0.3
Hex 91 7 7A 0 5F 10 2B 136 5B 1E
Octal 221 7 172 0 137 20 53 466 133 36
Binary 10010001 111 1111010 0 1011111 10000 101011 100110110 1011011 11110

Color Harmonies of #91077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91077A

Black with #91077A

Text Example


Text Example

White with #91077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91077A; }

 p { color: rgb(145,7,122); }

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

background-color css

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

 a { background-color: rgb(145,7,122); }

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

border-color css

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

 span { border-color: rgb(145,7,122); }

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