#822EE5

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

Shades of Blue Violet #822EE5

Tints of Blue Violet #822EE5

Color information

#822EE5 (or 0x822EE5) is unknown color: approx Blue Violet. HEX triplet: 82, 2E and E5. RGB value is (130,46,229). Sum of RGB (Red+Green+Blue) = 130+46+229=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #822EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EE5 is #7DD11A. Grayscale: #5B5B5B. Windows color (decimal): -8245531 or 15019650. OLE color: 15019650.

HSL color Cylindrical-coordinate representation of color #822EE5: hue angle of 267.54º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #822EE5 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13046229-
CMYK0.430.8000.10
HSL267.54º77.87%53.92%-
HSV(B)267.54º79.91%89.8%-
XYZ24.3312.3675.23-
YUV91.98205.33155.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 46 (18.36% from 255) = 11.36%
BLUE value IS 229 (89.84% from 255) = 56.54%
R=32.10%
G=11.36%
B=56.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal130462290.430.8000.10267.5477.8753.92
Hex822EE52B500A10c4e36
Octal202563455312001241411666
Binary10000010101110111001011010111010000010101000011001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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