Html Css Color HEX #820091 Dark Magenta

📋 copy color: '#820091'

red 130 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #820091

Tints of Dark Magenta #820091

RGB

 RED value IS 130 (51.17% from 255) = 47.27%

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

 BLUE value IS 145 (57.03% from 255) = 52.73%

R = 47.27%
G = 0%
B = 52.73%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#820091 (or 0x820091) is known color: Dark Magenta. HEX triplet: 82, 00 and 91. RGB value is (130,0,145). Sum of RGB (Red+Green+Blue) = 130+0+145=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #820091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820091 is #7DFF6E. Grayscale: #363636. Windows color (decimal): -8257391 or 9502850. OLE color: 9502850.

HSL color Cylindrical-coordinate representation of color #820091: hue angle of 293.79º 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 #820091 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 0 145 -
CMYK 0.10 1 0 0.43
HSL 293.79º 1% 0.28% -
HSV(B) 293.79º 1% 0.57% -
XYZ 14.32 6.79 27.34 -
YUV 55.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 130 0 145 0.10 1 0 0.43 293.79 1 0.28
Hex 82 0 91 A 64 0 2B 126 64 1C
Octal 202 0 221 12 144 0 53 446 144 34
Binary 10000010 0 10010001 1010 1100100 0 101011 100100110 1100100 11100

Color Harmonies of #820091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820091

Black with #820091

Text Example


Text Example

White with #820091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820091; }

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

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

background-color css

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

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

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

border-color css

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

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

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