Html Css Color HEX #820DBB Dark Violet

📋 copy color: '#820DBB'

red 130 ◦ green 13 ◦ blue 187

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

Shades of Dark Violet #820DBB

Tints of Dark Violet #820DBB

RGB

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

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

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

R = 39.39%
G = 3.94%
B = 56.67%

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

#820DBB (or 0x820DBB) is known color: Dark Violet. HEX triplet: 82, 0D and BB. RGB value is (130,13,187). Sum of RGB (Red+Green+Blue) = 130+13+187=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #820DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DBB is #7DF244. Grayscale: #434343. Windows color (decimal): -8254021 or 12258690. OLE color: 12258690.

HSL color Cylindrical-coordinate representation of color #820DBB: hue angle of 280.34º degrees, saturation: 0.87, 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 #820DBB is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 13 187 -
CMYK 0.30 0.93 0 0.27
HSL 280.34º 0.87% 0.39% -
HSV(B) 280.34º 0.93% 0.73% -
XYZ 18.32 8.62 47.71 -
YUV 67.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 130 13 187 0.30 0.93 0 0.27 280.34 0.87 0.39
Hex 82 D BB 1E 5D 0 1B 118 57 27
Octal 202 15 273 36 135 0 33 430 127 47
Binary 10000010 1101 10111011 11110 1011101 0 11011 100011000 1010111 100111

Color Harmonies of #820DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DBB

Black with #820DBB

Text Example


Text Example

White with #820DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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