#822CEE

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

Shades of Blue Violet #822CEE

Tints of Blue Violet #822CEE

Color information

#822CEE (or 0x822CEE) is unknown color: approx Blue Violet. HEX triplet: 82, 2C and EE. RGB value is (130,44,238). Sum of RGB (Red+Green+Blue) = 130+44+238=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #822CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822CEE is #7DD311. Grayscale: #5B5B5B. Windows color (decimal): -8246034 or 15608962. OLE color: 15608962.

HSL color Cylindrical-coordinate representation of color #822CEE: hue angle of 266.6º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #822CEE is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13044238-
CMYK0.450.8200.07
HSL266.6º85.09%55.29%-
HSV(B)266.6º81.51%93.33%-
XYZ25.5412.7282-
YUV91.83210.49155.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 44 (17.58% from 255) = 10.68%
BLUE value IS 238 (93.36% from 255) = 57.77%
R=31.55%
G=10.68%
B=57.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130442380.450.8200.07266.685.0955.29
Hex822CEE2D520710b5537
Octal20254356551220741312567
Binary1000001010110011101110101101101001001111000010111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,44,238); }

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

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

 a { background-color: rgb(130,44,238); }

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

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

 span { border-color: rgb(130,44,238); }

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