#8340FD

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

Shades of Blue Violet #8340FD

Tints of Blue Violet #8340FD

Color information

#8340FD (or 0x8340FD) is unknown color: approx Blue Violet. HEX triplet: 83, 40 and FD. RGB value is (131,64,253). Sum of RGB (Red+Green+Blue) = 131+64+253=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #8340FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8340FD is #7CBF02. Grayscale: #686868. Windows color (decimal): -8175363 or 16597123. OLE color: 16597123.

HSL color Cylindrical-coordinate representation of color #8340FD: hue angle of 261.27º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8340FD is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13164253-
CMYK0.480.7500.01
HSL261.27º97.93%62.16%-
HSV(B)261.27º74.7%99.22%-
XYZ28.9215.5894.41-
YUV105.58211.2146.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 64 (25.39% from 255) = 14.29%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=29.24%
G=14.29%
B=56.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal131642530.480.7500.01261.2797.9362.16
Hex8340FD304B01105623e
Octal203100375601130140514276
Binary100000111000000111111011100001001011011000001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8340FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8340FD; }

 p { color: rgb(131,64,253); }

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

<style>
 a { background-color: #8340FD; }

 a { background-color: rgb(131,64,253); }

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

<style>
 span { border-color: #8340FD; }

 span { border-color: rgb(131,64,253); }

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