Html Css Color HEX #820AC0 Dark Violet

📋 copy color: '#820AC0'

red 130 ◦ green 10 ◦ blue 192

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

Shades of Dark Violet #820AC0

Tints of Dark Violet #820AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.83%

R = 39.16%
G = 3.01%
B = 57.83%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#820AC0 (or 0x820AC0) is known color: Dark Violet. HEX triplet: 82, 0A and C0. RGB value is (130,10,192). Sum of RGB (Red+Green+Blue) = 130+10+192=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #820AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820AC0 is #7DF53F. Grayscale: #424242. Windows color (decimal): -8254784 or 12585602. OLE color: 12585602.

HSL color Cylindrical-coordinate representation of color #820AC0: hue angle of 279.56º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820AC0 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 10 192 -
CMYK 0.32 0.95 0 0.25
HSL 279.56º 0.9% 0.4% -
HSV(B) 279.56º 0.95% 0.75% -
XYZ 18.83 8.77 50.57 -
YUV 66.63 198.76 173.2 -
System Red Green Blue C M Y K H S L
Decimal 130 10 192 0.32 0.95 0 0.25 279.56 0.9 0.4
Hex 82 A C0 20 5F 0 19 118 5A 28
Octal 202 12 300 40 137 0 31 430 132 50
Binary 10000010 1010 11000000 100000 1011111 0 11001 100011000 1011010 101000

Color Harmonies of #820AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820AC0

Black with #820AC0

Text Example


Text Example

White with #820AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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