#822794

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

Shades of Vivid Violet #822794

Tints of Vivid Violet #822794

Color information

#822794 (or 0x822794) is unknown color: approx Vivid Violet. HEX triplet: 82, 27 and 94. RGB value is (130,39,148). Sum of RGB (Red+Green+Blue) = 130+39+148=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #822794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822794 is #7DD86B. Grayscale: #4E4E4E. Windows color (decimal): -8247404 or 9709442. OLE color: 9709442.

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

Color convert

RGB13039148-
CMYK0.120.7400.42
HSL290.09º58.29%36.67%-
HSV(B)290.09º73.65%58.04%-
XYZ15.288.3328.82-
YUV78.63167.15164.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=41.01%
G=12.30%
B=46.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130391480.120.7400.42290.0958.2936.67
Hex822794C4A02A1223a25
Octal20247224141120524427245
Binary1000001010011110010100110010010100101010100100010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822794; }

 p { color: rgb(130,39,148); }

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

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

 a { background-color: rgb(130,39,148); }

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

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

 span { border-color: rgb(130,39,148); }

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