#8345D9

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

Shades of Blue Violet #8345D9

Tints of Blue Violet #8345D9

Color information

#8345D9 (or 0x8345D9) is unknown color: approx Blue Violet. HEX triplet: 83, 45 and D9. RGB value is (131,69,217). Sum of RGB (Red+Green+Blue) = 131+69+217=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #8345D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345D9 is #7CBA26. Grayscale: #676767. Windows color (decimal): -8174119 or 14239107. OLE color: 14239107.

HSL color Cylindrical-coordinate representation of color #8345D9: hue angle of 265.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8345D9 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13169217-
CMYK0.400.6800.15
HSL265.14º66.07%56.08%-
HSV(B)265.14º68.2%85.1%-
XYZ24.0114.0967.1-
YUV104.41191.54146.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 217 (85.16% from 255) = 52.04%
R=31.41%
G=16.55%
B=52.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131692170.400.6800.15265.1466.0756.08
Hex8345D928440F1094238
Octal2031053315010401741110270
Binary100000111000101110110011010001000100011111000010011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8345D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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