#821BEE

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

Shades of Blue Violet #821BEE

Tints of Blue Violet #821BEE

Color information

#821BEE (or 0x821BEE) is unknown color: approx Blue Violet. HEX triplet: 82, 1B and EE. RGB value is (130,27,238). Sum of RGB (Red+Green+Blue) = 130+27+238=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #821BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821BEE is #7DE411. Grayscale: #515151. Windows color (decimal): -8250386 or 15604610. OLE color: 15604610.

HSL color Cylindrical-coordinate representation of color #821BEE: hue angle of 269.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821BEE is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13027238-
CMYK0.450.8900.07
HSL269.29º86.12%51.96%-
HSV(B)269.29º88.66%93.33%-
XYZ25.0311.781.83-
YUV81.85216.12162.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 27 (10.94% from 255) = 6.84%
BLUE value IS 238 (93.36% from 255) = 60.25%
R=32.91%
G=6.84%
B=60.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130272380.450.8900.07269.2986.1251.96
Hex821BEE2D590710d5634
Octal20233356551310741512664
Binary100000101101111101110101101101100101111000011011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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