#821EF5

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

Shades of Blue Violet #821EF5

Tints of Blue Violet #821EF5

Color information

#821EF5 (or 0x821EF5) is unknown color: approx Blue Violet. HEX triplet: 82, 1E and F5. RGB value is (130,30,245). Sum of RGB (Red+Green+Blue) = 130+30+245=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 245 (96.09% from 255 or 60.49% from 405); Max value from RGB is 245 - color contains mainly: blue. Hex color #821EF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821EF5 is #7DE10A. Grayscale: #535353. Windows color (decimal): -8249611 or 16064130. OLE color: 16064130.

HSL color Cylindrical-coordinate representation of color #821EF5: hue angle of 267.91º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821EF5 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13030245-
CMYK0.470.8800.04
HSL267.91º91.49%53.92%-
HSV(B)267.91º87.76%96.08%-
XYZ26.1512.2787.38-
YUV84.41218.63160.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 30 (12.11% from 255) = 7.41%
BLUE value IS 245 (96.09% from 255) = 60.49%
R=32.10%
G=7.41%
B=60.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal130302450.470.8800.04267.9191.4953.92
Hex821EF52F580410c5b36
Octal20236365571300441413366
Binary100000101111011110101101111101100001001000011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821EF5; }

 p { color: rgb(130,30,245); }

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

<style>
 a { background-color: #821EF5; }

 a { background-color: rgb(130,30,245); }

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

<style>
 span { border-color: #821EF5; }

 span { border-color: rgb(130,30,245); }

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