#8219E4

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

Shades of Blue Violet #8219E4

Tints of Blue Violet #8219E4

Color information

#8219E4 (or 0x8219E4) is unknown color: approx Blue Violet. HEX triplet: 82, 19 and E4. RGB value is (130,25,228). Sum of RGB (Red+Green+Blue) = 130+25+228=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 228 (89.45% from 255 or 59.53% from 383); Max value from RGB is 228 - color contains mainly: blue. Hex color #8219E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8219E4 is #7DE61B. Grayscale: #4E4E4E. Windows color (decimal): -8250908 or 14948738. OLE color: 14948738.

HSL color Cylindrical-coordinate representation of color #8219E4: hue angle of 271.03º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8219E4 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13025228-
CMYK0.430.8900.11
HSL271.03º80.24%49.61%-
HSV(B)271.03º89.04%89.41%-
XYZ23.5611.0474.29-
YUV79.54211.79163.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 25 (10.16% from 255) = 6.53%
BLUE value IS 228 (89.45% from 255) = 59.53%
R=33.94%
G=6.53%
B=59.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal130252280.430.8900.11271.0380.2449.61
Hex8219E42B590B10f5032
Octal202313445313101341712062
Binary1000001011001111001001010111011001010111000011111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8219E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8219E4; }

 p { color: rgb(130,25,228); }

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

<style>
 a { background-color: #8219E4; }

 a { background-color: rgb(130,25,228); }

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

<style>
 span { border-color: #8219E4; }

 span { border-color: rgb(130,25,228); }

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