#8342EC

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

Shades of Blue Violet #8342EC

Tints of Blue Violet #8342EC

Color information

#8342EC (or 0x8342EC) is unknown color: approx Blue Violet. HEX triplet: 83, 42 and EC. RGB value is (131,66,236). Sum of RGB (Red+Green+Blue) = 131+66+236=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #8342EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8342EC is #7CBD13. Grayscale: #686868. Windows color (decimal): -8174868 or 15483523. OLE color: 15483523.

HSL color Cylindrical-coordinate representation of color #8342EC: hue angle of 262.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8342EC is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13166236-
CMYK0.440.7200.07
HSL262.94º81.73%59.22%-
HSV(B)262.94º72.03%92.55%-
XYZ26.4514.7880.82-
YUV104.82202.03146.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 236 (92.58% from 255) = 54.50%
R=30.25%
G=15.24%
B=54.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131662360.440.7200.07262.9481.7359.22
Hex8342EC2C4807107523b
Octal203102354541100740712273
Binary10000011100001011101100101100100100001111000001111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8342EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8342EC; }

 p { color: rgb(131,66,236); }

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

<style>
 a { background-color: #8342EC; }

 a { background-color: rgb(131,66,236); }

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

<style>
 span { border-color: #8342EC; }

 span { border-color: rgb(131,66,236); }

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