Html Css Color HEX #821BDA Blue Violet

📋 copy color: '#821BDA'

red 130 ◦ green 27 ◦ blue 218

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

Shades of Blue Violet #821BDA

Tints of Blue Violet #821BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

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

R = 34.67%
G = 7.2%
B = 58.13%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#821BDA (or 0x821BDA) is known color: Blue Violet. HEX triplet: 82, 1B and DA. RGB value is (130,27,218). Sum of RGB (Red+Green+Blue) = 130+27+218=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #821BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BDA is #7DE425. Grayscale: #4E4E4E. Windows color (decimal): -8250406 or 14293890. OLE color: 14293890.

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

Color convert

RGB 130 27 218 -
CMYK 0.40 0.88 0 0.15
HSL 272.36º 0.78% 0.48% -
HSV(B) 272.36º 0.88% 0.85% -
XYZ 22.25 10.59 67.2 -
YUV 79.57 206.12 163.97 -
System Red Green Blue C M Y K H S L
Decimal 130 27 218 0.40 0.88 0 0.15 272.36 0.78 0.48
Hex 82 1B DA 28 58 0 F 110 4E 30
Octal 202 33 332 50 130 0 17 420 116 60
Binary 10000010 11011 11011010 101000 1011000 0 1111 100010000 1001110 110000

Color Harmonies of #821BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BDA

Black with #821BDA

Text Example


Text Example

White with #821BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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