#8021F4

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

Shades of Blue Violet #8021F4

Tints of Blue Violet #8021F4

Color information

#8021F4 (or 0x8021F4) is unknown color: approx Blue Violet. HEX triplet: 80, 21 and F4. RGB value is (128,33,244). Sum of RGB (Red+Green+Blue) = 128+33+244=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 244 (95.70% from 255 or 60.25% from 405); Max value from RGB is 244 - color contains mainly: blue. Hex color #8021F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8021F4 is #7FDE0B. Grayscale: #545454. Windows color (decimal): -8379916 or 15999360. OLE color: 15999360.

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

Color convert

RGB12833244-
CMYK0.480.8600.04
HSL267.01º90.56%54.31%-
HSV(B)267.01º86.48%95.69%-
XYZ25.7812.2186.59-
YUV85.46217.47158.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 33 (13.28% from 255) = 8.15%
BLUE value IS 244 (95.70% from 255) = 60.25%
R=31.60%
G=8.15%
B=60.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128332440.480.8600.04267.0190.5654.31
Hex8021F430560410b5b36
Octal20041364601260441313366
Binary1000000010000111110100110000101011001001000010111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8021F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8021F4; }

 p { color: rgb(128,33,244); }

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

<style>
 a { background-color: #8021F4; }

 a { background-color: rgb(128,33,244); }

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

<style>
 span { border-color: #8021F4; }

 span { border-color: rgb(128,33,244); }

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