#8345E1

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

Shades of Blue Violet #8345E1

Tints of Blue Violet #8345E1

Color information

#8345E1 (or 0x8345E1) is unknown color: approx Blue Violet. HEX triplet: 83, 45 and E1. RGB value is (131,69,225). Sum of RGB (Red+Green+Blue) = 131+69+225=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #8345E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345E1 is #7CBA1E. Grayscale: #686868. Windows color (decimal): -8174111 or 14763395. OLE color: 14763395.

HSL color Cylindrical-coordinate representation of color #8345E1: hue angle of 263.85º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8345E1 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13169225-
CMYK0.420.6900.12
HSL263.85º72.22%57.65%-
HSV(B)263.85º69.33%88.24%-
XYZ25.0814.5272.71-
YUV105.32195.54146.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=30.82%
G=16.24%
B=52.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal131692250.420.6900.12263.8572.2257.65
Hex8345E12A450C108483a
Octal2031053415210501441011072
Binary100000111000101111000011010101000101011001000010001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8345E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8345E1; }

 p { color: rgb(131,69,225); }

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

<style>
 a { background-color: #8345E1; }

 a { background-color: rgb(131,69,225); }

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

<style>
 span { border-color: #8345E1; }

 span { border-color: rgb(131,69,225); }

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