#8239F0

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

Shades of Blue Violet #8239F0

Tints of Blue Violet #8239F0

Color information

#8239F0 (or 0x8239F0) is unknown color: approx Blue Violet. HEX triplet: 82, 39 and F0. RGB value is (130,57,240). Sum of RGB (Red+Green+Blue) = 130+57+240=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #8239F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8239F0 is #7DC60F. Grayscale: #636363. Windows color (decimal): -8242704 or 15743362. OLE color: 15743362.

HSL color Cylindrical-coordinate representation of color #8239F0: hue angle of 263.93º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8239F0 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13057240-
CMYK0.460.7600.06
HSL263.93º85.92%58.24%-
HSV(B)263.93º76.25%94.12%-
XYZ26.413.9683.74-
YUV99.69207.18149.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 57 (22.66% from 255) = 13.35%
BLUE value IS 240 (94.14% from 255) = 56.21%
R=30.44%
G=13.35%
B=56.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal130572400.460.7600.06263.9385.9258.24
Hex8239F02E4C06108563a
Octal20271360561140641012672
Binary1000001011100111110000101110100110001101000010001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8239F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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