Html Css Color HEX #820199 Dark Magenta

📋 copy color: '#820199'

red 130 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #820199

Tints of Dark Magenta #820199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 45.77%
G = 0.35%
B = 53.87%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#820199 (or 0x820199) is known color: Dark Magenta. HEX triplet: 82, 01 and 99. RGB value is (130,1,153). Sum of RGB (Red+Green+Blue) = 130+1+153=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #820199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820199 is #7DFE66. Grayscale: #383838. Windows color (decimal): -8257127 or 10027394. OLE color: 10027394.

HSL color Cylindrical-coordinate representation of color #820199: hue angle of 290.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820199 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 1 153 -
CMYK 0.15 0.99 0 0.4
HSL 290.92º 0.99% 0.3% -
HSV(B) 290.92º 0.99% 0.6% -
XYZ 14.97 7.07 30.71 -
YUV 56.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 130 1 153 0.15 0.99 0 0.4 290.92 0.99 0.3
Hex 82 1 99 F 63 0 28 123 63 1E
Octal 202 1 231 17 143 0 50 443 143 36
Binary 10000010 1 10011001 1111 1100011 0 101000 100100011 1100011 11110

Color Harmonies of #820199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820199

Black with #820199

Text Example


Text Example

White with #820199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820199; }

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

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

background-color css

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

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

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

border-color css

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

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

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