Html Css Color HEX #91057B Dark Magenta

📋 copy color: '#91057B'

red 145 ◦ green 5 ◦ blue 123

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

Shades of Dark Magenta #91057B

Tints of Dark Magenta #91057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 123 (48.44% from 255) = 45.05%

R = 53.11%
G = 1.83%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#91057B (or 0x91057B) is known color: Dark Magenta. HEX triplet: 91, 05 and 7B. RGB value is (145,5,123). Sum of RGB (Red+Green+Blue) = 145+5+123=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #91057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91057B is #6EFA84. Grayscale: #3B3B3B. Windows color (decimal): -7273093 or 8062353. OLE color: 8062353.

HSL color Cylindrical-coordinate representation of color #91057B: hue angle of 309.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91057B is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 5 123 -
CMYK 0 0.97 0.15 0.43
HSL 309.43º 0.93% 0.29% -
HSV(B) 309.43º 0.97% 0.57% -
XYZ 15.31 7.56 19.39 -
YUV 60.31 163.38 188.41 -
System Red Green Blue C M Y K H S L
Decimal 145 5 123 0 0.97 0.15 0.43 309.43 0.93 0.29
Hex 91 5 7B 0 61 F 2B 135 5D 1D
Octal 221 5 173 0 141 17 53 465 135 35
Binary 10010001 101 1111011 0 1100001 1111 101011 100110101 1011101 11101

Color Harmonies of #91057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91057B

Black with #91057B

Text Example


Text Example

White with #91057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91057B; }

 p { color: rgb(145,5,123); }

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

background-color css

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

 a { background-color: rgb(145,5,123); }

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

border-color css

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

 span { border-color: rgb(145,5,123); }

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