Html Css Color HEX #820FAA Dark Magenta

📋 copy color: '#820FAA'

red 130 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #820FAA

Tints of Dark Magenta #820FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

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

R = 41.27%
G = 4.76%
B = 53.97%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#820FAA (or 0x820FAA) is known color: Dark Magenta. HEX triplet: 82, 0F and AA. RGB value is (130,15,170). Sum of RGB (Red+Green+Blue) = 130+15+170=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #820FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820FAA is #7DF055. Grayscale: #424242. Windows color (decimal): -8253526 or 11145090. OLE color: 11145090.

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

Color convert

RGB 130 15 170 -
CMYK 0.24 0.91 0 0.33
HSL 284.52º 0.84% 0.36% -
HSV(B) 284.52º 0.91% 0.67% -
XYZ 16.63 7.99 38.7 -
YUV 67.06 186.1 172.9 -
System Red Green Blue C M Y K H S L
Decimal 130 15 170 0.24 0.91 0 0.33 284.52 0.84 0.36
Hex 82 F AA 18 5B 0 21 11D 54 24
Octal 202 17 252 30 133 0 41 435 124 44
Binary 10000010 1111 10101010 11000 1011011 0 100001 100011101 1010100 100100

Color Harmonies of #820FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FAA

Black with #820FAA

Text Example


Text Example

White with #820FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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