#8428FE

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

Shades of Blue Violet #8428FE

Tints of Blue Violet #8428FE

Color information

#8428FE (or 0x8428FE) is unknown color: approx Blue Violet. HEX triplet: 84, 28 and FE. RGB value is (132,40,254). Sum of RGB (Red+Green+Blue) = 132+40+254=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #8428FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8428FE is #7BD701. Grayscale: #5B5B5B. Windows color (decimal): -8115970 or 16656516. OLE color: 16656516.

HSL color Cylindrical-coordinate representation of color #8428FE: hue angle of 265.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8428FE is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13240254-
CMYK0.480.8400.00
HSL265.79º99.07%57.65%-
HSV(B)265.79º84.25%99.61%-
XYZ28.1613.5894.9-
YUV91.9219.48156.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 40 (16.02% from 255) = 9.39%
BLUE value IS 254 (99.61% from 255) = 59.62%
R=30.99%
G=9.39%
B=59.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal132402540.480.8400.00265.7999.0757.65
Hex8428FE30540010a633a
Octal20450376601240041214372
Binary10000100101000111111101100001010100001000010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8428FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8428FE; }

 p { color: rgb(132,40,254); }

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

<style>
 a { background-color: #8428FE; }

 a { background-color: rgb(132,40,254); }

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

<style>
 span { border-color: #8428FE; }

 span { border-color: rgb(132,40,254); }

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