#821A93

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

Shades of Vivid Violet #821A93

Tints of Vivid Violet #821A93

Color information

#821A93 (or 0x821A93) is unknown color: approx Vivid Violet. HEX triplet: 82, 1A and 93. RGB value is (130,26,147). Sum of RGB (Red+Green+Blue) = 130+26+147=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #821A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A93 is #7DE56C. Grayscale: #464646. Windows color (decimal): -8250733 or 9640578. OLE color: 9640578.

HSL color Cylindrical-coordinate representation of color #821A93: hue angle of 291.57º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821A93 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13026147-
CMYK0.120.8200.42
HSL291.57º69.94%33.92%-
HSV(B)291.57º82.31%57.65%-
XYZ14.847.5928.29-
YUV70.89170.96170.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=42.90%
G=8.58%
B=48.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130261470.120.8200.42291.5769.9433.92
Hex821A93C5202A1244622
Octal202322231412205244410642
Binary1000001011010100100111100101001001010101001001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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