#8340FF

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

Shades of Blue Violet #8340FF

Tints of Blue Violet #8340FF

Color information

#8340FF (or 0x8340FF) is unknown color: approx Blue Violet. HEX triplet: 83, 40 and FF. RGB value is (131,64,255). Sum of RGB (Red+Green+Blue) = 131+64+255=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #8340FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8340FF is #7CBF00. Grayscale: #696969. Windows color (decimal): -8175361 or 16728195. OLE color: 16728195.

HSL color Cylindrical-coordinate representation of color #8340FF: hue angle of 261.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8340FF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13164255-
CMYK0.490.7500
HSL261.05º100%62.55%-
HSV(B)261.05º74.9%100%-
XYZ29.2415.7196.1-
YUV105.81212.2145.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.11%
GREEN value IS 64 (25.39% from 255) = 14.22%
BLUE value IS 255 (100% from 255) = 56.67%
R=29.11%
G=14.22%
B=56.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal131642550.490.7500261.0510062.55
Hex8340FF314B00105643f
Octal203100377611130040514477
Binary100000111000000111111111100011001011001000001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8340FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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