#821DAD

Color #821DAD Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #821DAD

Tints of Vivid Violet #821DAD

Color information

#821DAD (or 0x821DAD) is unknown color: approx Vivid Violet. HEX triplet: 82, 1D and AD. RGB value is (130,29,173). Sum of RGB (Red+Green+Blue) = 130+29+173=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #821DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821DAD is #7DE252. Grayscale: #4B4B4B. Windows color (decimal): -8249939 or 11345282. OLE color: 11345282.

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

Color convert

RGB13029173-
CMYK0.250.8300.32
HSL282.08º71.29%39.61%-
HSV(B)282.08º83.24%67.84%-
XYZ17.198.6440.3-
YUV75.62182.96166.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 29 (11.72% from 255) = 8.73%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=39.16%
G=8.73%
B=52.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130291730.250.8300.32282.0871.2939.61
Hex821DAD195302011a4728
Octal202352553112304043210750
Binary10000010111011010110111001101001101000001000110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #821DAD;
 }
 .AnyTagClassName
 {
   color: #821DAD;
 }
</style>
background-color css

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

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

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

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

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

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