#8243F9

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

Shades of Blue Violet #8243F9

Tints of Blue Violet #8243F9

Color information

#8243F9 (or 0x8243F9) is unknown color: approx Blue Violet. HEX triplet: 82, 43 and F9. RGB value is (130,67,249). Sum of RGB (Red+Green+Blue) = 130+67+249=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #8243F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8243F9 is #7DBC06. Grayscale: #696969. Windows color (decimal): -8240135 or 16335746. OLE color: 16335746.

HSL color Cylindrical-coordinate representation of color #8243F9: hue angle of 260.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8243F9 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13067249-
CMYK0.480.7300.02
HSL260.77º93.81%61.96%-
HSV(B)260.77º73.09%97.65%-
XYZ28.3115.691.14-
YUV106.58208.37144.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 67 (26.56% from 255) = 15.02%
BLUE value IS 249 (97.66% from 255) = 55.83%
R=29.15%
G=15.02%
B=55.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130672490.480.7300.02260.7793.8161.96
Hex8243F93049021055e3e
Octal202103371601110240513676
Binary1000001010000111111100111000010010010101000001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8243F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8243F9; }

 p { color: rgb(130,67,249); }

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

<style>
 a { background-color: #8243F9; }

 a { background-color: rgb(130,67,249); }

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

<style>
 span { border-color: #8243F9; }

 span { border-color: rgb(130,67,249); }

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