Html Css Color HEX #821FAC Vivid Violet

📋 copy color: '#821FAC'

red 130 ◦ green 31 ◦ blue 172

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

Shades of Vivid Violet #821FAC

Tints of Vivid Violet #821FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.31%

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

R = 39.04%
G = 9.31%
B = 51.65%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#821FAC (or 0x821FAC) is known color: Vivid Violet. HEX triplet: 82, 1F and AC. RGB value is (130,31,172). Sum of RGB (Red+Green+Blue) = 130+31+172=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #821FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821FAC is #7DE053. Grayscale: #4C4C4C. Windows color (decimal): -8249428 or 11280258. OLE color: 11280258.

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

Color convert

RGB 130 31 172 -
CMYK 0.24 0.82 0 0.33
HSL 282.13º 0.69% 0.4% -
HSV(B) 282.13º 0.82% 0.67% -
XYZ 17.14 8.7 39.81 -
YUV 76.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 130 31 172 0.24 0.82 0 0.33 282.13 0.69 0.4
Hex 82 1F AC 18 52 0 21 11A 45 28
Octal 202 37 254 30 122 0 41 432 105 50
Binary 10000010 11111 10101100 11000 1010010 0 100001 100011010 1000101 101000

Color Harmonies of #821FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821FAC

Black with #821FAC

Text Example


Text Example

White with #821FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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