Html Css Color HEX #820AB4 Dark Violet

📋 copy color: '#820AB4'

red 130 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #820AB4

Tints of Dark Violet #820AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 180 (70.7% from 255) = 56.25%

R = 40.63%
G = 3.13%
B = 56.25%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#820AB4 (or 0x820AB4) is known color: Dark Violet. HEX triplet: 82, 0A and B4. RGB value is (130,10,180). Sum of RGB (Red+Green+Blue) = 130+10+180=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #820AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820AB4 is #7DF54B. Grayscale: #404040. Windows color (decimal): -8254796 or 11799170. OLE color: 11799170.

HSL color Cylindrical-coordinate representation of color #820AB4: hue angle of 282.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820AB4 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 10 180 -
CMYK 0.28 0.94 0 0.29
HSL 282.35º 0.89% 0.37% -
HSV(B) 282.35º 0.94% 0.71% -
XYZ 17.55 8.26 43.85 -
YUV 65.26 192.76 174.18 -
System Red Green Blue C M Y K H S L
Decimal 130 10 180 0.28 0.94 0 0.29 282.35 0.89 0.37
Hex 82 A B4 1C 5E 0 1D 11A 59 25
Octal 202 12 264 34 136 0 35 432 131 45
Binary 10000010 1010 10110100 11100 1011110 0 11101 100011010 1011001 100101

Color Harmonies of #820AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820AB4

Black with #820AB4

Text Example


Text Example

White with #820AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,10,180); }

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

background-color css

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

 a { background-color: rgb(130,10,180); }

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

border-color css

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

 span { border-color: rgb(130,10,180); }

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