#8421FF

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

Shades of Blue Violet #8421FF

Tints of Blue Violet #8421FF

Color information

#8421FF (or 0x8421FF) is unknown color: approx Blue Violet. HEX triplet: 84, 21 and FF. RGB value is (132,33,255). Sum of RGB (Red+Green+Blue) = 132+33+255=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #8421FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8421FF is #7BDE00. Grayscale: #575757. Windows color (decimal): -8117761 or 16720260. OLE color: 16720260.

HSL color Cylindrical-coordinate representation of color #8421FF: hue angle of 266.76º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8421FF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13233255-
CMYK0.480.8700
HSL266.76º100%56.47%-
HSV(B)266.76º87.06%100%-
XYZ28.1113.2195.68-
YUV87.91222.3159.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 33 (13.28% from 255) = 7.86%
BLUE value IS 255 (100% from 255) = 60.71%
R=31.43%
G=7.86%
B=60.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal132332550.480.8700266.7610056.47
Hex8421FF30570010b6438
Octal20441377601270041314470
Binary10000100100001111111111100001010111001000010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8421FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8421FF; }

 p { color: rgb(132,33,255); }

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

<style>
 a { background-color: #8421FF; }

 a { background-color: rgb(132,33,255); }

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

<style>
 span { border-color: #8421FF; }

 span { border-color: rgb(132,33,255); }

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