#8429F1

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

Shades of Blue Violet #8429F1

Tints of Blue Violet #8429F1

Color information

#8429F1 (or 0x8429F1) is unknown color: approx Blue Violet. HEX triplet: 84, 29 and F1. RGB value is (132,41,241). Sum of RGB (Red+Green+Blue) = 132+41+241=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #8429F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8429F1 is #7BD60E. Grayscale: #5A5A5A. Windows color (decimal): -8115727 or 15804804. OLE color: 15804804.

HSL color Cylindrical-coordinate representation of color #8429F1: hue angle of 267.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8429F1 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13241241-
CMYK0.450.8300.05
HSL267.3º87.72%55.29%-
HSV(B)267.3º82.99%94.51%-
XYZ26.1912.8484.32-
YUV91.01212.65157.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 41 (16.41% from 255) = 9.90%
BLUE value IS 241 (94.53% from 255) = 58.21%
R=31.88%
G=9.90%
B=58.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132412410.450.8300.05267.387.7255.29
Hex8429F12D530510b5837
Octal20451361551230541313067
Binary1000010010100111110001101101101001101011000010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8429F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8429F1; }

 p { color: rgb(132,41,241); }

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

<style>
 a { background-color: #8429F1; }

 a { background-color: rgb(132,41,241); }

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

<style>
 span { border-color: #8429F1; }

 span { border-color: rgb(132,41,241); }

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