#821F9E

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

Shades of Vivid Violet #821F9E

Tints of Vivid Violet #821F9E

Color information

#821F9E (or 0x821F9E) is unknown color: approx Vivid Violet. HEX triplet: 82, 1F and 9E. RGB value is (130,31,158). Sum of RGB (Red+Green+Blue) = 130+31+158=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #821F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821F9E is #7DE061. Grayscale: #4A4A4A. Windows color (decimal): -8249442 or 10362754. OLE color: 10362754.

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

Color convert

RGB13031158-
CMYK0.180.8000.38
HSL286.77º67.2%37.06%-
HSV(B)286.77º80.38%61.96%-
XYZ15.878.1933.09-
YUV75.08174.8167.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=40.75%
G=9.72%
B=49.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130311580.180.8000.38286.7767.237.06
Hex821F9E125002611f4325
Octal202372362212004643710345
Binary10000010111111001111010010101000001001101000111111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,31,158); }

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

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

 a { background-color: rgb(130,31,158); }

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

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

 span { border-color: rgb(130,31,158); }

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