Html Css Color HEX #821BAE Vivid Violet

📋 copy color: '#821BAE'

red 130 ◦ green 27 ◦ blue 174

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

Shades of Vivid Violet #821BAE

Tints of Vivid Violet #821BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.16%

 BLUE value IS 174 (68.36% from 255) = 52.57%

R = 39.27%
G = 8.16%
B = 52.57%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#821BAE (or 0x821BAE) is known color: Vivid Violet. HEX triplet: 82, 1B and AE. RGB value is (130,27,174). Sum of RGB (Red+Green+Blue) = 130+27+174=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #821BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821BAE is #7DE451. Grayscale: #4A4A4A. Windows color (decimal): -8250450 or 11410306. OLE color: 11410306.

HSL color Cylindrical-coordinate representation of color #821BAE: hue angle of 282.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821BAE is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 27 174 -
CMYK 0.25 0.84 0 0.32
HSL 282.04º 0.73% 0.39% -
HSV(B) 282.04º 0.84% 0.68% -
XYZ 17.24 8.59 40.79 -
YUV 74.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 130 27 174 0.25 0.84 0 0.32 282.04 0.73 0.39
Hex 82 1B AE 19 54 0 20 11A 49 27
Octal 202 33 256 31 124 0 40 432 111 47
Binary 10000010 11011 10101110 11001 1010100 0 100000 100011010 1001001 100111

Color Harmonies of #821BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BAE

Black with #821BAE

Text Example


Text Example

White with #821BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,27,174); }

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

background-color css

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

 a { background-color: rgb(130,27,174); }

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

border-color css

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

 span { border-color: rgb(130,27,174); }

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