Html Css Color HEX #820BAC Dark Magenta

📋 copy color: '#820BAC'

red 130 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #820BAC

Tints of Dark Magenta #820BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.51%

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 41.53%
G = 3.51%
B = 54.95%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#820BAC (or 0x820BAC) is known color: Dark Magenta. HEX triplet: 82, 0B and AC. RGB value is (130,11,172). Sum of RGB (Red+Green+Blue) = 130+11+172=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #820BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820BAC is #7DF453. Grayscale: #404040. Windows color (decimal): -8254548 or 11275138. OLE color: 11275138.

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

Color convert

RGB 130 11 172 -
CMYK 0.24 0.94 0 0.33
HSL 284.35º 0.88% 0.36% -
HSV(B) 284.35º 0.94% 0.67% -
XYZ 16.77 7.96 39.68 -
YUV 64.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 130 11 172 0.24 0.94 0 0.33 284.35 0.88 0.36
Hex 82 B AC 18 5E 0 21 11C 58 24
Octal 202 13 254 30 136 0 41 434 130 44
Binary 10000010 1011 10101100 11000 1011110 0 100001 100011100 1011000 100100

Color Harmonies of #820BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BAC

Black with #820BAC

Text Example


Text Example

White with #820BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,11,172); }

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

background-color css

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

 a { background-color: rgb(130,11,172); }

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

border-color css

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

 span { border-color: rgb(130,11,172); }

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