Html Css Color HEX #820191 Dark Magenta

📋 copy color: '#820191'

red 130 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #820191

Tints of Dark Magenta #820191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 47.1%
G = 0.36%
B = 52.54%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#820191 (or 0x820191) is known color: Dark Magenta. HEX triplet: 82, 01 and 91. RGB value is (130,1,145). Sum of RGB (Red+Green+Blue) = 130+1+145=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #820191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820191 is #7DFE6E. Grayscale: #373737. Windows color (decimal): -8257135 or 9503106. OLE color: 9503106.

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

Color convert

RGB 130 1 145 -
CMYK 0.10 0.99 0 0.43
HSL 293.75º 0.99% 0.29% -
HSV(B) 293.75º 0.99% 0.57% -
XYZ 14.33 6.81 27.35 -
YUV 55.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 130 1 145 0.10 0.99 0 0.43 293.75 0.99 0.29
Hex 82 1 91 A 63 0 2B 126 63 1D
Octal 202 1 221 12 143 0 53 446 143 35
Binary 10000010 1 10010001 1010 1100011 0 101011 100100110 1100011 11101

Color Harmonies of #820191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820191

Black with #820191

Text Example


Text Example

White with #820191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820191; }

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

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

background-color css

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

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

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

border-color css

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

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

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