#8439EC

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

Shades of Blue Violet #8439EC

Tints of Blue Violet #8439EC

Color information

#8439EC (or 0x8439EC) is unknown color: approx Blue Violet. HEX triplet: 84, 39 and EC. RGB value is (132,57,236). Sum of RGB (Red+Green+Blue) = 132+57+236=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #8439EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8439EC is #7BC613. Grayscale: #636363. Windows color (decimal): -8111636 or 15481220. OLE color: 15481220.

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

Color convert

RGB13257236-
CMYK0.440.7600.07
HSL265.14º82.49%57.45%-
HSV(B)265.14º75.85%92.55%-
XYZ26.1213.8980.66-
YUV99.83204.85150.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 57 (22.66% from 255) = 13.41%
BLUE value IS 236 (92.58% from 255) = 55.53%
R=31.06%
G=13.41%
B=55.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132572360.440.7600.07265.1482.4957.45
Hex8439EC2C4C071095239
Octal20471354541140741112271
Binary1000010011100111101100101100100110001111000010011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8439EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,57,236); }

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

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

 a { background-color: rgb(132,57,236); }

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

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

 span { border-color: rgb(132,57,236); }

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