Html Css Color HEX #821DCC Blue Violet

📋 copy color: '#821DCC'

red 130 ◦ green 29 ◦ blue 204

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

Shades of Blue Violet #821DCC

Tints of Blue Violet #821DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 35.81%
G = 7.99%
B = 56.2%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#821DCC (or 0x821DCC) is known color: Blue Violet. HEX triplet: 82, 1D and CC. RGB value is (130,29,204). Sum of RGB (Red+Green+Blue) = 130+29+204=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #821DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DCC is #7DE233. Grayscale: #4E4E4E. Windows color (decimal): -8249908 or 13376898. OLE color: 13376898.

HSL color Cylindrical-coordinate representation of color #821DCC: hue angle of 274.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821DCC is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 29 204 -
CMYK 0.36 0.86 0 0.2
HSL 274.63º 0.75% 0.46% -
HSV(B) 274.63º 0.86% 0.8% -
XYZ 20.54 9.98 57.97 -
YUV 79.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 130 29 204 0.36 0.86 0 0.2 274.63 0.75 0.46
Hex 82 1D CC 24 56 0 14 113 4B 2E
Octal 202 35 314 44 126 0 24 423 113 56
Binary 10000010 11101 11001100 100100 1010110 0 10100 100010011 1001011 101110

Color Harmonies of #821DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DCC

Black with #821DCC

Text Example


Text Example

White with #821DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,29,204); }

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

background-color css

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

 a { background-color: rgb(130,29,204); }

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

border-color css

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

 span { border-color: rgb(130,29,204); }

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