#8239EC

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

Shades of Blue Violet #8239EC

Tints of Blue Violet #8239EC

Color information

#8239EC (or 0x8239EC) is unknown color: approx Blue Violet. HEX triplet: 82, 39 and EC. RGB value is (130,57,236). Sum of RGB (Red+Green+Blue) = 130+57+236=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #8239EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8239EC is #7DC613. Grayscale: #626262. Windows color (decimal): -8242708 or 15481218. OLE color: 15481218.

HSL color Cylindrical-coordinate representation of color #8239EC: hue angle of 264.47º 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 #8239EC is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13057236-
CMYK0.450.7600.07
HSL264.47º82.49%57.45%-
HSV(B)264.47º75.85%92.55%-
XYZ25.8113.7380.65-
YUV99.23205.18149.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 57 (22.66% from 255) = 13.48%
BLUE value IS 236 (92.58% from 255) = 55.79%
R=30.73%
G=13.48%
B=55.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130572360.450.7600.07264.4782.4957.45
Hex8239EC2D4C071085239
Octal20271354551140741012271
Binary1000001011100111101100101101100110001111000010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8239EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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