Html Css Color HEX #820EB3 Dark Violet

📋 copy color: '#820EB3'

red 130 ◦ green 14 ◦ blue 179

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

Shades of Dark Violet #820EB3

Tints of Dark Violet #820EB3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.33%

 BLUE value IS 179 (70.31% from 255) = 55.42%

R = 40.25%
G = 4.33%
B = 55.42%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#820EB3 (or 0x820EB3) is known color: Dark Violet. HEX triplet: 82, 0E and B3. RGB value is (130,14,179). Sum of RGB (Red+Green+Blue) = 130+14+179=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #820EB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EB3 is #7DF14C. Grayscale: #424242. Windows color (decimal): -8253773 or 11734658. OLE color: 11734658.

HSL color Cylindrical-coordinate representation of color #820EB3: hue angle of 282.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820EB3 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 14 179 -
CMYK 0.27 0.92 0 0.30
HSL 282.18º 0.85% 0.38% -
HSV(B) 282.18º 0.92% 0.7% -
XYZ 17.5 8.31 43.33 -
YUV 67.49 190.93 172.58 -
System Red Green Blue C M Y K H S L
Decimal 130 14 179 0.27 0.92 0 0.30 282.18 0.85 0.38
Hex 82 E B3 1B 5C 0 1E 11A 55 26
Octal 202 16 263 33 134 0 36 432 125 46
Binary 10000010 1110 10110011 11011 1011100 0 11110 100011010 1010101 100110

Color Harmonies of #820EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EB3

Black with #820EB3

Text Example


Text Example

White with #820EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,14,179); }

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

background-color css

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

 a { background-color: rgb(130,14,179); }

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

border-color css

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

 span { border-color: rgb(130,14,179); }

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