Html Css Color HEX #821CAC Vivid Violet

📋 copy color: '#821CAC'

red 130 ◦ green 28 ◦ blue 172

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

Shades of Vivid Violet #821CAC

Tints of Vivid Violet #821CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 39.39%
G = 8.48%
B = 52.12%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#821CAC (or 0x821CAC) is known color: Vivid Violet. HEX triplet: 82, 1C and AC. RGB value is (130,28,172). Sum of RGB (Red+Green+Blue) = 130+28+172=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #821CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821CAC is #7DE353. Grayscale: #4A4A4A. Windows color (decimal): -8250196 or 11279490. OLE color: 11279490.

HSL color Cylindrical-coordinate representation of color #821CAC: hue angle of 282.5º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821CAC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 28 172 -
CMYK 0.24 0.84 0 0.33
HSL 282.5º 0.72% 0.39% -
HSV(B) 282.5º 0.84% 0.67% -
XYZ 17.07 8.55 39.78 -
YUV 74.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 130 28 172 0.24 0.84 0 0.33 282.5 0.72 0.39
Hex 82 1C AC 18 54 0 21 11A 48 27
Octal 202 34 254 30 124 0 41 432 110 47
Binary 10000010 11100 10101100 11000 1010100 0 100001 100011010 1001000 100111

Color Harmonies of #821CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CAC

Black with #821CAC

Text Example


Text Example

White with #821CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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