#8032F6

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

Shades of Blue Violet #8032F6

Tints of Blue Violet #8032F6

Color information

#8032F6 (or 0x8032F6) is unknown color: approx Blue Violet. HEX triplet: 80, 32 and F6. RGB value is (128,50,246). Sum of RGB (Red+Green+Blue) = 128+50+246=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #8032F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8032F6 is #7FCD09. Grayscale: #5E5E5E. Windows color (decimal): -8375562 or 16134784. OLE color: 16134784.

HSL color Cylindrical-coordinate representation of color #8032F6: hue angle of 263.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8032F6 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12850246-
CMYK0.480.8000.04
HSL263.88º91.59%58.04%-
HSV(B)263.88º79.67%96.47%-
XYZ26.6813.5288.39-
YUV95.67212.84151.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 50 (19.92% from 255) = 11.79%
BLUE value IS 246 (96.48% from 255) = 58.02%
R=30.19%
G=11.79%
B=58.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128502460.480.8000.04263.8891.5958.04
Hex8032F63050041085c3a
Octal20062366601200441013472
Binary1000000011001011110110110000101000001001000010001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8032F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8032F6; }

 p { color: rgb(128,50,246); }

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

<style>
 a { background-color: #8032F6; }

 a { background-color: rgb(128,50,246); }

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

<style>
 span { border-color: #8032F6; }

 span { border-color: rgb(128,50,246); }

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