#821e9f

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

Shades of Vivid Violet #821E9F

Tints of Vivid Violet #821E9F

Color information

#821E9F (or 0x821E9F) is unknown color: approx Vivid Violet. HEX triplet: 82, 1E and 9F. RGB value is (130,30,159). Sum of RGB (Red+Green+Blue) = 130+30+159=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #821E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E9F is #7DE160. Grayscale: #4A4A4A. Windows color (decimal): -8249697 or 10428034. OLE color: 10428034.

HSL color Cylindrical-coordinate representation of color #821E9F: hue angle of 286.51º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821E9F is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13030159-
CMYK0.180.8100.38
HSL286.51º68.25%37.06%-
HSV(B)286.51º81.13%62.35%-
XYZ15.938.1833.54-
YUV74.61175.63167.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 30 (12.11% from 255) = 9.40%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=40.75%
G=9.40%
B=49.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130301590.180.8100.38286.5168.2537.06
Hex821E9F125102611f4425
Octal202362372212104643710445
Binary10000010111101001111110010101000101001101000111111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821e9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,30,159); }

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

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

 a { background-color: rgb(130,30,159); }

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

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

 span { border-color: rgb(130,30,159); }

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