Html Css Color HEX #820EBB Dark Violet

📋 copy color: '#820EBB'

red 130 ◦ green 14 ◦ blue 187

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

Shades of Dark Violet #820EBB

Tints of Dark Violet #820EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 39.27%
G = 4.23%
B = 56.5%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#820EBB (or 0x820EBB) is known color: Dark Violet. HEX triplet: 82, 0E and BB. RGB value is (130,14,187). Sum of RGB (Red+Green+Blue) = 130+14+187=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #820EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EBB is #7DF144. Grayscale: #434343. Windows color (decimal): -8253765 or 12258946. OLE color: 12258946.

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

Color convert

RGB 130 14 187 -
CMYK 0.30 0.93 0 0.27
HSL 280.23º 0.86% 0.39% -
HSV(B) 280.23º 0.93% 0.73% -
XYZ 18.33 8.65 47.72 -
YUV 68.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 130 14 187 0.30 0.93 0 0.27 280.23 0.86 0.39
Hex 82 E BB 1E 5D 0 1B 118 56 27
Octal 202 16 273 36 135 0 33 430 126 47
Binary 10000010 1110 10111011 11110 1011101 0 11011 100011000 1010110 100111

Color Harmonies of #820EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EBB

Black with #820EBB

Text Example


Text Example

White with #820EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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