Html Css Color HEX #821A97 Vivid Violet

📋 copy color: '#821A97'

red 130 ◦ green 26 ◦ blue 151

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

Shades of Vivid Violet #821A97

Tints of Vivid Violet #821A97

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.47%

 BLUE value IS 151 (59.38% from 255) = 49.19%

R = 42.35%
G = 8.47%
B = 49.19%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#821A97 (or 0x821A97) is known color: Vivid Violet. HEX triplet: 82, 1A and 97. RGB value is (130,26,151). Sum of RGB (Red+Green+Blue) = 130+26+151=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #821A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A97 is #7DE568. Grayscale: #464646. Windows color (decimal): -8250729 or 9902722. OLE color: 9902722.

HSL color Cylindrical-coordinate representation of color #821A97: hue angle of 289.92º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821A97 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 26 151 -
CMYK 0.14 0.83 0 0.41
HSL 289.92º 0.71% 0.35% -
HSV(B) 289.92º 0.83% 0.59% -
XYZ 15.16 7.72 29.97 -
YUV 71.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 130 26 151 0.14 0.83 0 0.41 289.92 0.71 0.35
Hex 82 1A 97 E 53 0 29 122 47 23
Octal 202 32 227 16 123 0 51 442 107 43
Binary 10000010 11010 10010111 1110 1010011 0 101001 100100010 1000111 100011

Color Harmonies of #821A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A97

Black with #821A97

Text Example


Text Example

White with #821A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,26,151); }

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

background-color css

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

 a { background-color: rgb(130,26,151); }

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

border-color css

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

 span { border-color: rgb(130,26,151); }

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