Html Css Color HEX #821BAB Vivid Violet

📋 copy color: '#821BAB'

red 130 ◦ green 27 ◦ blue 171

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

Shades of Vivid Violet #821BAB

Tints of Vivid Violet #821BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 39.63%
G = 8.23%
B = 52.13%

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

#821BAB (or 0x821BAB) is known color: Vivid Violet. HEX triplet: 82, 1B and AB. RGB value is (130,27,171). Sum of RGB (Red+Green+Blue) = 130+27+171=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #821BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821BAB is #7DE454. Grayscale: #494949. Windows color (decimal): -8250453 or 11213698. OLE color: 11213698.

HSL color Cylindrical-coordinate representation of color #821BAB: hue angle of 282.92º degrees, saturation: 0.73, 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 #821BAB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 27 171 -
CMYK 0.24 0.84 0 0.33
HSL 282.92º 0.73% 0.39% -
HSV(B) 282.92º 0.84% 0.67% -
XYZ 16.95 8.47 39.27 -
YUV 74.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 130 27 171 0.24 0.84 0 0.33 282.92 0.73 0.39
Hex 82 1B AB 18 54 0 21 11B 49 27
Octal 202 33 253 30 124 0 41 433 111 47
Binary 10000010 11011 10101011 11000 1010100 0 100001 100011011 1001001 100111

Color Harmonies of #821BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BAB

Black with #821BAB

Text Example


Text Example

White with #821BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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