Html Css Color HEX #821CCC Blue Violet

📋 copy color: '#821CCC'

red 130 ◦ green 28 ◦ blue 204

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

Shades of Blue Violet #821CCC

Tints of Blue Violet #821CCC

RGB

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

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

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

R = 35.91%
G = 7.73%
B = 56.35%

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

#821CCC (or 0x821CCC) is known color: Blue Violet. HEX triplet: 82, 1C and CC. RGB value is (130,28,204). Sum of RGB (Red+Green+Blue) = 130+28+204=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #821CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CCC is #7DE333. Grayscale: #4D4D4D. Windows color (decimal): -8250164 or 13376642. OLE color: 13376642.

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

Color convert

RGB 130 28 204 -
CMYK 0.36 0.86 0 0.2
HSL 274.77º 0.76% 0.45% -
HSV(B) 274.77º 0.86% 0.8% -
XYZ 20.52 9.94 57.96 -
YUV 78.56 198.79 164.69 -
System Red Green Blue C M Y K H S L
Decimal 130 28 204 0.36 0.86 0 0.2 274.77 0.76 0.45
Hex 82 1C CC 24 56 0 14 113 4C 2D
Octal 202 34 314 44 126 0 24 423 114 55
Binary 10000010 11100 11001100 100100 1010110 0 10100 100010011 1001100 101101

Color Harmonies of #821CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CCC

Black with #821CCC

Text Example


Text Example

White with #821CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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