#822696

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

Shades of Vivid Violet #822696

Tints of Vivid Violet #822696

Color information

#822696 (or 0x822696) is unknown color: approx Vivid Violet. HEX triplet: 82, 26 and 96. RGB value is (130,38,150). Sum of RGB (Red+Green+Blue) = 130+38+150=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #822696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822696 is #7DD969. Grayscale: #4D4D4D. Windows color (decimal): -8247658 or 9840258. OLE color: 9840258.

HSL color Cylindrical-coordinate representation of color #822696: hue angle of 289.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822696 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13038150-
CMYK0.130.7500.41
HSL289.29º59.57%36.86%-
HSV(B)289.29º74.67%58.82%-
XYZ15.48.3329.65-
YUV78.28168.48164.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=40.88%
G=11.95%
B=47.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130381500.130.7500.41289.2959.5736.86
Hex822696D4B0291213c25
Octal20246226151130514417445
Binary1000001010011010010110110110010110101001100100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822696; }

 p { color: rgb(130,38,150); }

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

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

 a { background-color: rgb(130,38,150); }

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

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

 span { border-color: rgb(130,38,150); }

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