Html Css Color HEX #91077F Dark Magenta

📋 copy color: '#91077F'

red 145 ◦ green 7 ◦ blue 127

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

Shades of Dark Magenta #91077F

Tints of Dark Magenta #91077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.52%

R = 51.97%
G = 2.51%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#91077F (or 0x91077F) is known color: Dark Magenta. HEX triplet: 91, 07 and 7F. RGB value is (145,7,127). Sum of RGB (Red+Green+Blue) = 145+7+127=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #91077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91077F is #6EF880. Grayscale: #3D3D3D. Windows color (decimal): -7272577 or 8325009. OLE color: 8325009.

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

Color convert

RGB 145 7 127 -
CMYK 0 0.95 0.12 0.43
HSL 307.83º 0.91% 0.3% -
HSV(B) 307.83º 0.95% 0.57% -
XYZ 15.58 7.7 20.74 -
YUV 61.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 145 7 127 0 0.95 0.12 0.43 307.83 0.91 0.3
Hex 91 7 7F 0 5F C 2B 134 5B 1E
Octal 221 7 177 0 137 14 53 464 133 36
Binary 10010001 111 1111111 0 1011111 1100 101011 100110100 1011011 11110

Color Harmonies of #91077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91077F

Black with #91077F

Text Example


Text Example

White with #91077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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