Html Css Color HEX #910080 Dark Magenta

📋 copy color: '#910080'

red 145 ◦ green 0 ◦ blue 128

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

Shades of Dark Magenta #910080

Tints of Dark Magenta #910080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 53.11%
G = 0%
B = 46.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#910080 (or 0x910080) is known color: Dark Magenta. HEX triplet: 91, 00 and 80. RGB value is (145,0,128). Sum of RGB (Red+Green+Blue) = 145+0+128=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #910080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910080 is #6EFF7F. Grayscale: #393939. Windows color (decimal): -7274368 or 8388753. OLE color: 8388753.

HSL color Cylindrical-coordinate representation of color #910080: hue angle of 307.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910080 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 128 -
CMYK 0 1 0.12 0.43
HSL 307.03º 1% 0.28% -
HSV(B) 307.03º 1% 0.57% -
XYZ 15.57 7.58 21.06 -
YUV 57.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 145 0 128 0 1 0.12 0.43 307.03 1 0.28
Hex 91 0 80 0 64 C 2B 133 64 1C
Octal 221 0 200 0 144 14 53 463 144 34
Binary 10010001 0 10000000 0 1100100 1100 101011 100110011 1100100 11100

Color Harmonies of #910080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910080

Black with #910080

Text Example


Text Example

White with #910080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910080; }

 p { color: rgb(145,0,128); }

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

background-color css

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

 a { background-color: rgb(145,0,128); }

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

border-color css

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

 span { border-color: rgb(145,0,128); }

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