Html Css Color HEX #821FA6 Vivid Violet

📋 copy color: '#821FA6'

red 130 ◦ green 31 ◦ blue 166

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

Shades of Vivid Violet #821FA6

Tints of Vivid Violet #821FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.76%

R = 39.76%
G = 9.48%
B = 50.76%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#821FA6 (or 0x821FA6) is known color: Vivid Violet. HEX triplet: 82, 1F and A6. RGB value is (130,31,166). Sum of RGB (Red+Green+Blue) = 130+31+166=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #821FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821FA6 is #7DE059. Grayscale: #4B4B4B. Windows color (decimal): -8249434 or 10887042. OLE color: 10887042.

HSL color Cylindrical-coordinate representation of color #821FA6: hue angle of 284º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821FA6 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 31 166 -
CMYK 0.22 0.81 0 0.35
HSL 284º 0.69% 0.39% -
HSV(B) 284º 0.81% 0.65% -
XYZ 16.58 8.48 36.84 -
YUV 75.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 130 31 166 0.22 0.81 0 0.35 284 0.69 0.39
Hex 82 1F A6 16 51 0 23 11C 45 27
Octal 202 37 246 26 121 0 43 434 105 47
Binary 10000010 11111 10100110 10110 1010001 0 100011 100011100 1000101 100111

Color Harmonies of #821FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821FA6

Black with #821FA6

Text Example


Text Example

White with #821FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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