Html Css Color HEX #820CAA Dark Magenta

📋 copy color: '#820CAA'

red 130 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #820CAA

Tints of Dark Magenta #820CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 41.67%
G = 3.85%
B = 54.49%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#820CAA (or 0x820CAA) is known color: Dark Magenta. HEX triplet: 82, 0C and AA. RGB value is (130,12,170). Sum of RGB (Red+Green+Blue) = 130+12+170=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #820CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820CAA is #7DF355. Grayscale: #404040. Windows color (decimal): -8254294 or 11144322. OLE color: 11144322.

HSL color Cylindrical-coordinate representation of color #820CAA: hue angle of 284.81º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820CAA is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 12 170 -
CMYK 0.24 0.93 0 0.33
HSL 284.81º 0.87% 0.36% -
HSV(B) 284.81º 0.93% 0.67% -
XYZ 16.59 7.91 38.68 -
YUV 65.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 130 12 170 0.24 0.93 0 0.33 284.81 0.87 0.36
Hex 82 C AA 18 5D 0 21 11D 57 24
Octal 202 14 252 30 135 0 41 435 127 44
Binary 10000010 1100 10101010 11000 1011101 0 100001 100011101 1010111 100100

Color Harmonies of #820CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CAA

Black with #820CAA

Text Example


Text Example

White with #820CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820CAA; }

 p { color: rgb(130,12,170); }

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

background-color css

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

 a { background-color: rgb(130,12,170); }

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

border-color css

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

 span { border-color: rgb(130,12,170); }

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