Html Css Color HEX #821DAB Vivid Violet

📋 copy color: '#821DAB'

red 130 ◦ green 29 ◦ blue 171

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

Shades of Vivid Violet #821DAB

Tints of Vivid Violet #821DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.79%

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

R = 39.39%
G = 8.79%
B = 51.82%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#821DAB (or 0x821DAB) is known color: Vivid Violet. HEX triplet: 82, 1D and AB. RGB value is (130,29,171). Sum of RGB (Red+Green+Blue) = 130+29+171=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #821DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821DAB is #7DE254. Grayscale: #4A4A4A. Windows color (decimal): -8249941 or 11214210. OLE color: 11214210.

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

Color convert

RGB 130 29 171 -
CMYK 0.24 0.83 0 0.33
HSL 282.68º 0.71% 0.39% -
HSV(B) 282.68º 0.83% 0.67% -
XYZ 17 8.56 39.29 -
YUV 75.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 130 29 171 0.24 0.83 0 0.33 282.68 0.71 0.39
Hex 82 1D AB 18 53 0 21 11B 47 27
Octal 202 35 253 30 123 0 41 433 107 47
Binary 10000010 11101 10101011 11000 1010011 0 100001 100011011 1000111 100111

Color Harmonies of #821DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DAB

Black with #821DAB

Text Example


Text Example

White with #821DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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