Html Css Color HEX #821BDD Blue Violet

📋 copy color: '#821BDD'

red 130 ◦ green 27 ◦ blue 221

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

Shades of Blue Violet #821BDD

Tints of Blue Violet #821BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 34.39%
G = 7.14%
B = 58.47%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#821BDD (or 0x821BDD) is known color: Blue Violet. HEX triplet: 82, 1B and DD. RGB value is (130,27,221). Sum of RGB (Red+Green+Blue) = 130+27+221=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #821BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BDD is #7DE422. Grayscale: #4F4F4F. Windows color (decimal): -8250403 or 14490498. OLE color: 14490498.

HSL color Cylindrical-coordinate representation of color #821BDD: hue angle of 271.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821BDD is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 27 221 -
CMYK 0.41 0.88 0 0.13
HSL 271.86º 0.78% 0.49% -
HSV(B) 271.86º 0.88% 0.87% -
XYZ 22.65 10.75 69.29 -
YUV 79.91 207.62 163.73 -
System Red Green Blue C M Y K H S L
Decimal 130 27 221 0.41 0.88 0 0.13 271.86 0.78 0.49
Hex 82 1B DD 29 58 0 D 110 4E 31
Octal 202 33 335 51 130 0 15 420 116 61
Binary 10000010 11011 11011101 101001 1011000 0 1101 100010000 1001110 110001

Color Harmonies of #821BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BDD

Black with #821BDD

Text Example


Text Example

White with #821BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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