#8421ED

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

Shades of Blue Violet #8421ED

Tints of Blue Violet #8421ED

Color information

#8421ED (or 0x8421ED) is unknown color: approx Blue Violet. HEX triplet: 84, 21 and ED. RGB value is (132,33,237). Sum of RGB (Red+Green+Blue) = 132+33+237=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #8421ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8421ED is #7BDE12. Grayscale: #555555. Windows color (decimal): -8117779 or 15540612. OLE color: 15540612.

HSL color Cylindrical-coordinate representation of color #8421ED: hue angle of 269.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8421ED is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13233237-
CMYK0.440.8600.07
HSL269.12º85%52.94%-
HSV(B)269.12º86.08%92.94%-
XYZ25.3512.1181.12-
YUV85.86213.3160.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 33 (13.28% from 255) = 8.21%
BLUE value IS 237 (92.97% from 255) = 58.96%
R=32.84%
G=8.21%
B=58.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132332370.440.8600.07269.128552.94
Hex8421ED2C560710d5535
Octal20441355541260741512565
Binary1000010010000111101101101100101011001111000011011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8421ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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