#822AE7

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

Shades of Blue Violet #822AE7

Tints of Blue Violet #822AE7

Color information

#822AE7 (or 0x822AE7) is unknown color: approx Blue Violet. HEX triplet: 82, 2A and E7. RGB value is (130,42,231). Sum of RGB (Red+Green+Blue) = 130+42+231=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #822AE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822AE7 is #7DD518. Grayscale: #595959. Windows color (decimal): -8246553 or 15149698. OLE color: 15149698.

HSL color Cylindrical-coordinate representation of color #822AE7: hue angle of 267.94º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #822AE7 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13042231-
CMYK0.440.8200.09
HSL267.94º79.75%53.53%-
HSV(B)267.94º81.82%90.59%-
XYZ24.4612.1776.66-
YUV89.86207.65156.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 42 (16.80% from 255) = 10.42%
BLUE value IS 231 (90.62% from 255) = 57.32%
R=32.26%
G=10.42%
B=57.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal130422310.440.8200.09267.9479.7553.53
Hex822AE72C520910c5036
Octal202523475412201141412066
Binary10000010101010111001111011001010010010011000011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,42,231); }

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

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

 a { background-color: rgb(130,42,231); }

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

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

 span { border-color: rgb(130,42,231); }

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