Html Css Color HEX #820FAC Dark Magenta

📋 copy color: '#820FAC'

red 130 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #820FAC

Tints of Dark Magenta #820FAC

RGB

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

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

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

R = 41.01%
G = 4.73%
B = 54.26%

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

#820FAC (or 0x820FAC) is known color: Dark Magenta. HEX triplet: 82, 0F and AC. RGB value is (130,15,172). Sum of RGB (Red+Green+Blue) = 130+15+172=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #820FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820FAC is #7DF053. Grayscale: #424242. Windows color (decimal): -8253524 or 11276162. OLE color: 11276162.

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

Color convert

RGB 130 15 172 -
CMYK 0.24 0.91 0 0.33
HSL 283.95º 0.84% 0.37% -
HSV(B) 283.95º 0.91% 0.67% -
XYZ 16.82 8.07 39.7 -
YUV 67.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 130 15 172 0.24 0.91 0 0.33 283.95 0.84 0.37
Hex 82 F AC 18 5B 0 21 11C 54 25
Octal 202 17 254 30 133 0 41 434 124 45
Binary 10000010 1111 10101100 11000 1011011 0 100001 100011100 1010100 100101

Color Harmonies of #820FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FAC

Black with #820FAC

Text Example


Text Example

White with #820FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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