#8221E7

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

Shades of Blue Violet #8221E7

Tints of Blue Violet #8221E7

Color information

#8221E7 (or 0x8221E7) is unknown color: approx Blue Violet. HEX triplet: 82, 21 and E7. RGB value is (130,33,231). Sum of RGB (Red+Green+Blue) = 130+33+231=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #8221E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8221E7 is #7DDE18. Grayscale: #535353. Windows color (decimal): -8248857 or 15147394. OLE color: 15147394.

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

Color convert

RGB13033231-
CMYK0.440.8600.09
HSL269.39º80.49%51.76%-
HSV(B)269.39º85.71%90.59%-
XYZ24.1711.676.57-
YUV84.58210.64160.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 231 (90.62% from 255) = 58.63%
R=32.99%
G=8.38%
B=58.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal130332310.440.8600.09269.3980.4951.76
Hex8221E72C560910d5034
Octal202413475412601141512064
Binary10000010100001111001111011001010110010011000011011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8221E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8221E7; }

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

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

<style>
 a { background-color: #8221E7; }

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

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

<style>
 span { border-color: #8221E7; }

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

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