Html Css Color HEX #821CD8 Blue Violet

📋 copy color: '#821CD8'

red 130 ◦ green 28 ◦ blue 216

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

Shades of Blue Violet #821CD8

Tints of Blue Violet #821CD8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

 BLUE value IS 216 (84.77% from 255) = 57.75%

R = 34.76%
G = 7.49%
B = 57.75%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#821CD8 (or 0x821CD8) is known color: Blue Violet. HEX triplet: 82, 1C and D8. RGB value is (130,28,216). Sum of RGB (Red+Green+Blue) = 130+28+216=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #821CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CD8 is #7DE327. Grayscale: #4F4F4F. Windows color (decimal): -8250152 or 14163074. OLE color: 14163074.

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

Color convert

RGB 130 28 216 -
CMYK 0.40 0.87 0 0.15
HSL 272.55º 0.77% 0.48% -
HSV(B) 272.55º 0.87% 0.85% -
XYZ 22.02 10.53 65.84 -
YUV 79.93 204.79 163.71 -
System Red Green Blue C M Y K H S L
Decimal 130 28 216 0.40 0.87 0 0.15 272.55 0.77 0.48
Hex 82 1C D8 28 57 0 F 111 4D 30
Octal 202 34 330 50 127 0 17 421 115 60
Binary 10000010 11100 11011000 101000 1010111 0 1111 100010001 1001101 110000

Color Harmonies of #821CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CD8

Black with #821CD8

Text Example


Text Example

White with #821CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,28,216); }

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

background-color css

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

 a { background-color: rgb(130,28,216); }

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

border-color css

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

 span { border-color: rgb(130,28,216); }

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