Html Css Color HEX #820EBA Dark Violet

📋 copy color: '#820EBA'

red 130 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #820EBA

Tints of Dark Violet #820EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 39.39%
G = 4.24%
B = 56.36%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#820EBA (or 0x820EBA) is known color: Dark Violet. HEX triplet: 82, 0E and BA. RGB value is (130,14,186). Sum of RGB (Red+Green+Blue) = 130+14+186=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #820EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EBA is #7DF145. Grayscale: #434343. Windows color (decimal): -8253766 or 12193410. OLE color: 12193410.

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

Color convert

RGB 130 14 186 -
CMYK 0.30 0.92 0 0.27
HSL 280.47º 0.86% 0.39% -
HSV(B) 280.47º 0.92% 0.73% -
XYZ 18.23 8.61 47.15 -
YUV 68.29 194.43 172.01 -
System Red Green Blue C M Y K H S L
Decimal 130 14 186 0.30 0.92 0 0.27 280.47 0.86 0.39
Hex 82 E BA 1E 5C 0 1B 118 56 27
Octal 202 16 272 36 134 0 33 430 126 47
Binary 10000010 1110 10111010 11110 1011100 0 11011 100011000 1010110 100111

Color Harmonies of #820EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EBA

Black with #820EBA

Text Example


Text Example

White with #820EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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