Html Css Color HEX #820BDA Dark Violet

📋 copy color: '#820BDA'

red 130 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #820BDA

Tints of Dark Violet #820BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 36.21%
G = 3.06%
B = 60.72%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#820BDA (or 0x820BDA) is known color: Dark Violet. HEX triplet: 82, 0B and DA. RGB value is (130,11,218). Sum of RGB (Red+Green+Blue) = 130+11+218=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #820BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BDA is #7DF425. Grayscale: #454545. Windows color (decimal): -8254502 or 14289794. OLE color: 14289794.

HSL color Cylindrical-coordinate representation of color #820BDA: hue angle of 274.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BDA is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 11 218 -
CMYK 0.40 0.95 0 0.15
HSL 274.49º 0.9% 0.45% -
HSV(B) 274.49º 0.95% 0.85% -
XYZ 21.98 10.05 67.11 -
YUV 70.18 211.42 170.67 -
System Red Green Blue C M Y K H S L
Decimal 130 11 218 0.40 0.95 0 0.15 274.49 0.9 0.45
Hex 82 B DA 28 5F 0 F 112 5A 2D
Octal 202 13 332 50 137 0 17 422 132 55
Binary 10000010 1011 11011010 101000 1011111 0 1111 100010010 1011010 101101

Color Harmonies of #820BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BDA

Black with #820BDA

Text Example


Text Example

White with #820BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,11,218); }

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

background-color css

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

 a { background-color: rgb(130,11,218); }

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

border-color css

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

 span { border-color: rgb(130,11,218); }

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