Html Css Color HEX #91077E Dark Magenta

📋 copy color: '#91077E'

red 145 ◦ green 7 ◦ blue 126

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

Shades of Dark Magenta #91077E

Tints of Dark Magenta #91077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 52.16%
G = 2.52%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#91077E (or 0x91077E) is known color: Dark Magenta. HEX triplet: 91, 07 and 7E. RGB value is (145,7,126). Sum of RGB (Red+Green+Blue) = 145+7+126=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #91077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91077E is #6EF881. Grayscale: #3D3D3D. Windows color (decimal): -7272578 or 8259473. OLE color: 8259473.

HSL color Cylindrical-coordinate representation of color #91077E: hue angle of 308.26º 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 #91077E is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 7 126 -
CMYK 0 0.95 0.13 0.43
HSL 308.26º 0.91% 0.3% -
HSV(B) 308.26º 0.95% 0.57% -
XYZ 15.52 7.68 20.4 -
YUV 61.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 145 7 126 0 0.95 0.13 0.43 308.26 0.91 0.3
Hex 91 7 7E 0 5F D 2B 134 5B 1E
Octal 221 7 176 0 137 15 53 464 133 36
Binary 10010001 111 1111110 0 1011111 1101 101011 100110100 1011011 11110

Color Harmonies of #91077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91077E

Black with #91077E

Text Example


Text Example

White with #91077E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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