Html Css Color HEX #821CD5 Blue Violet

📋 copy color: '#821CD5'

red 130 ◦ green 28 ◦ blue 213

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

Shades of Blue Violet #821CD5

Tints of Blue Violet #821CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.41%

R = 35.04%
G = 7.55%
B = 57.41%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#821CD5 (or 0x821CD5) is known color: Blue Violet. HEX triplet: 82, 1C and D5. RGB value is (130,28,213). Sum of RGB (Red+Green+Blue) = 130+28+213=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #821CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CD5 is #7DE32A. Grayscale: #4E4E4E. Windows color (decimal): -8250155 or 13966466. OLE color: 13966466.

HSL color Cylindrical-coordinate representation of color #821CD5: hue angle of 273.08º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821CD5 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 28 213 -
CMYK 0.39 0.87 0 0.16
HSL 273.08º 0.77% 0.47% -
HSV(B) 273.08º 0.87% 0.84% -
XYZ 21.63 10.38 63.81 -
YUV 79.59 203.29 163.96 -
System Red Green Blue C M Y K H S L
Decimal 130 28 213 0.39 0.87 0 0.16 273.08 0.77 0.47
Hex 82 1C D5 27 57 0 10 111 4D 2F
Octal 202 34 325 47 127 0 20 421 115 57
Binary 10000010 11100 11010101 100111 1010111 0 10000 100010001 1001101 101111

Color Harmonies of #821CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CD5

Black with #821CD5

Text Example


Text Example

White with #821CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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