Html Css Color HEX #820DBC Dark Violet

📋 copy color: '#820DBC'

red 130 ◦ green 13 ◦ blue 188

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

Shades of Dark Violet #820DBC

Tints of Dark Violet #820DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.93%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 39.27%
G = 3.93%
B = 56.8%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#820DBC (or 0x820DBC) is known color: Dark Violet. HEX triplet: 82, 0D and BC. RGB value is (130,13,188). Sum of RGB (Red+Green+Blue) = 130+13+188=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #820DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DBC is #7DF243. Grayscale: #434343. Windows color (decimal): -8254020 or 12324226. OLE color: 12324226.

HSL color Cylindrical-coordinate representation of color #820DBC: hue angle of 280.11º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820DBC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 13 188 -
CMYK 0.31 0.93 0 0.26
HSL 280.11º 0.87% 0.39% -
HSV(B) 280.11º 0.93% 0.74% -
XYZ 18.43 8.66 48.28 -
YUV 67.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 130 13 188 0.31 0.93 0 0.26 280.11 0.87 0.39
Hex 82 D BC 1F 5D 0 1A 118 57 27
Octal 202 15 274 37 135 0 32 430 127 47
Binary 10000010 1101 10111100 11111 1011101 0 11010 100011000 1010111 100111

Color Harmonies of #820DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DBC

Black with #820DBC

Text Example


Text Example

White with #820DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,13,188); }

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

background-color css

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

 a { background-color: rgb(130,13,188); }

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

border-color css

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

 span { border-color: rgb(130,13,188); }

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