#822E90

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

Shades of Vivid Violet #822E90

Tints of Vivid Violet #822E90

Color information

#822E90 (or 0x822E90) is unknown color: approx Vivid Violet. HEX triplet: 82, 2E and 90. RGB value is (130,46,144). Sum of RGB (Red+Green+Blue) = 130+46+144=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #822E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822E90 is #7DD16F. Grayscale: #515151. Windows color (decimal): -8245616 or 9449090. OLE color: 9449090.

HSL color Cylindrical-coordinate representation of color #822E90: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822E90 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13046144-
CMYK0.100.6800.44
HSL291.43º51.58%37.25%-
HSV(B)291.43º68.06%56.47%-
XYZ15.228.7127.27-
YUV82.29162.83162.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 144 (56.64% from 255) = 45%
R=40.62%
G=14.38%
B=45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130461440.100.6800.44291.4351.5837.25
Hex822E90A4402C1233425
Octal20256220121040544436445
Binary1000001010111010010000101010001000101100100100011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822E90; }

 p { color: rgb(130,46,144); }

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

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

 a { background-color: rgb(130,46,144); }

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

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

 span { border-color: rgb(130,46,144); }

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