Html Css Color HEX #820CAD Dark Magenta

📋 copy color: '#820CAD'

red 130 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #820CAD

Tints of Dark Magenta #820CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 41.27%
G = 3.81%
B = 54.92%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#820CAD (or 0x820CAD) is known color: Dark Magenta. HEX triplet: 82, 0C and AD. RGB value is (130,12,173). Sum of RGB (Red+Green+Blue) = 130+12+173=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #820CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820CAD is #7DF352. Grayscale: #414141. Windows color (decimal): -8254291 or 11340930. OLE color: 11340930.

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

Color convert

RGB 130 12 173 -
CMYK 0.25 0.93 0 0.32
HSL 283.98º 0.87% 0.36% -
HSV(B) 283.98º 0.93% 0.68% -
XYZ 16.88 8.03 40.19 -
YUV 65.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 130 12 173 0.25 0.93 0 0.32 283.98 0.87 0.36
Hex 82 C AD 19 5D 0 20 11C 57 24
Octal 202 14 255 31 135 0 40 434 127 44
Binary 10000010 1100 10101101 11001 1011101 0 100000 100011100 1010111 100100

Color Harmonies of #820CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CAD

Black with #820CAD

Text Example


Text Example

White with #820CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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