#8420DF

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

Shades of Blue Violet #8420DF

Tints of Blue Violet #8420DF

Color information

#8420DF (or 0x8420DF) is unknown color: approx Blue Violet. HEX triplet: 84, 20 and DF. RGB value is (132,32,223). Sum of RGB (Red+Green+Blue) = 132+32+223=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #8420DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8420DF is #7BDF20. Grayscale: #535353. Windows color (decimal): -8118049 or 14622852. OLE color: 14622852.

HSL color Cylindrical-coordinate representation of color #8420DF: hue angle of 271.41º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8420DF is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13232223-
CMYK0.410.8600.13
HSL271.41º74.9%50%-
HSV(B)271.41º85.65%87.45%-
XYZ23.3511.2770.76-
YUV83.67206.63162.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 32 (12.89% from 255) = 8.27%
BLUE value IS 223 (87.5% from 255) = 57.62%
R=34.11%
G=8.27%
B=57.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132322230.410.8600.13271.4174.950
Hex8420DF29560D10f4b32
Octal204403375112601541711362
Binary10000100100000110111111010011010110011011000011111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8420DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8420DF; }

 p { color: rgb(132,32,223); }

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

<style>
 a { background-color: #8420DF; }

 a { background-color: rgb(132,32,223); }

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

<style>
 span { border-color: #8420DF; }

 span { border-color: rgb(132,32,223); }

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