Html Css Color HEX #820CBA Dark Violet

📋 copy color: '#820CBA'

red 130 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #820CBA

Tints of Dark Violet #820CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

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

R = 39.63%
G = 3.66%
B = 56.71%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#820CBA (or 0x820CBA) is known color: Dark Violet. HEX triplet: 82, 0C and BA. RGB value is (130,12,186). Sum of RGB (Red+Green+Blue) = 130+12+186=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #820CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CBA is #7DF345. Grayscale: #424242. Windows color (decimal): -8254278 or 12192898. OLE color: 12192898.

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

Color convert

RGB 130 12 186 -
CMYK 0.30 0.94 0 0.27
HSL 280.69º 0.88% 0.39% -
HSV(B) 280.69º 0.94% 0.73% -
XYZ 18.2 8.55 47.15 -
YUV 67.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 130 12 186 0.30 0.94 0 0.27 280.69 0.88 0.39
Hex 82 C BA 1E 5E 0 1B 119 58 27
Octal 202 14 272 36 136 0 33 431 130 47
Binary 10000010 1100 10111010 11110 1011110 0 11011 100011001 1011000 100111

Color Harmonies of #820CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CBA

Black with #820CBA

Text Example


Text Example

White with #820CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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