#822FFA

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

Shades of Blue Violet #822FFA

Tints of Blue Violet #822FFA

Color information

#822FFA (or 0x822FFA) is unknown color: approx Blue Violet. HEX triplet: 82, 2F and FA. RGB value is (130,47,250). Sum of RGB (Red+Green+Blue) = 130+47+250=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #822FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822FFA is #7DD005. Grayscale: #5E5E5E. Windows color (decimal): -8245254 or 16396162. OLE color: 16396162.

HSL color Cylindrical-coordinate representation of color #822FFA: hue angle of 264.53º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822FFA is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13047250-
CMYK0.480.8100.02
HSL264.53º95.31%58.24%-
HSV(B)264.53º81.2%98.04%-
XYZ27.4813.6891.63-
YUV94.96215.5152.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 47 (18.75% from 255) = 11.01%
BLUE value IS 250 (98.05% from 255) = 58.55%
R=30.44%
G=11.01%
B=58.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130472500.480.8100.02264.5395.3158.24
Hex822FFA3051021095f3a
Octal20257372601210241113772
Binary100000101011111111101011000010100010101000010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,47,250); }

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

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

 a { background-color: rgb(130,47,250); }

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

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

 span { border-color: rgb(130,47,250); }

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