#8421CA

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

Shades of Blue Violet #8421CA

Tints of Blue Violet #8421CA

Color information

#8421CA (or 0x8421CA) is unknown color: approx Blue Violet. HEX triplet: 84, 21 and CA. RGB value is (132,33,202). Sum of RGB (Red+Green+Blue) = 132+33+202=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #8421CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8421CA is #7BDE35. Grayscale: #515151. Windows color (decimal): -8117814 or 13246852. OLE color: 13246852.

HSL color Cylindrical-coordinate representation of color #8421CA: hue angle of 275.15º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8421CA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13233202-
CMYK0.350.8400.21
HSL275.15º71.91%46.08%-
HSV(B)275.15º83.66%79.22%-
XYZ20.7210.2656.76-
YUV81.87195.8163.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=35.97%
G=8.99%
B=55.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132332020.350.8400.21275.1571.9146.08
Hex8421CA2354015113482e
Octal204413124312402542311056
Binary100001001000011100101010001110101000101011000100111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8421CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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