Html Css Color HEX #820899 Dark Magenta

📋 copy color: '#820899'

red 130 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #820899

Tints of Dark Magenta #820899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 44.67%
G = 2.75%
B = 52.58%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#820899 (or 0x820899) is known color: Dark Magenta. HEX triplet: 82, 08 and 99. RGB value is (130,8,153). Sum of RGB (Red+Green+Blue) = 130+8+153=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #820899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820899 is #7DF766. Grayscale: #3C3C3C. Windows color (decimal): -8255335 or 10029186. OLE color: 10029186.

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

Color convert

RGB 130 8 153 -
CMYK 0.15 0.95 0 0.4
HSL 290.48º 0.9% 0.32% -
HSV(B) 290.48º 0.95% 0.6% -
XYZ 15.04 7.22 30.74 -
YUV 61.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 130 8 153 0.15 0.95 0 0.4 290.48 0.9 0.32
Hex 82 8 99 F 5F 0 28 122 5A 20
Octal 202 10 231 17 137 0 50 442 132 40
Binary 10000010 1000 10011001 1111 1011111 0 101000 100100010 1011010 100000

Color Harmonies of #820899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820899

Black with #820899

Text Example


Text Example

White with #820899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820899; }

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

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

background-color css

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

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

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

border-color css

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

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

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