Html Css Color HEX #821CCD Blue Violet

📋 copy color: '#821CCD'

red 130 ◦ green 28 ◦ blue 205

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

Shades of Blue Violet #821CCD

Tints of Blue Violet #821CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 35.81%
G = 7.71%
B = 56.47%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#821CCD (or 0x821CCD) is known color: Blue Violet. HEX triplet: 82, 1C and CD. RGB value is (130,28,205). Sum of RGB (Red+Green+Blue) = 130+28+205=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #821CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CCD is #7DE332. Grayscale: #4E4E4E. Windows color (decimal): -8250163 or 13442178. OLE color: 13442178.

HSL color Cylindrical-coordinate representation of color #821CCD: hue angle of 274.58º degrees, saturation: 0.76, 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 #821CCD is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 28 205 -
CMYK 0.37 0.86 0 0.20
HSL 274.58º 0.76% 0.46% -
HSV(B) 274.58º 0.86% 0.8% -
XYZ 20.64 9.98 58.6 -
YUV 78.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 130 28 205 0.37 0.86 0 0.20 274.58 0.76 0.46
Hex 82 1C CD 25 56 0 14 113 4C 2E
Octal 202 34 315 45 126 0 24 423 114 56
Binary 10000010 11100 11001101 100101 1010110 0 10100 100010011 1001100 101110

Color Harmonies of #821CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CCD

Black with #821CCD

Text Example


Text Example

White with #821CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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