#8344D9

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

Shades of Blue Violet #8344D9

Tints of Blue Violet #8344D9

Color information

#8344D9 (or 0x8344D9) is unknown color: approx Blue Violet. HEX triplet: 83, 44 and D9. RGB value is (131,68,217). Sum of RGB (Red+Green+Blue) = 131+68+217=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 217 (85.16% from 255 or 52.16% from 416); Max value from RGB is 217 - color contains mainly: blue. Hex color #8344D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8344D9 is #7CBB26. Grayscale: #676767. Windows color (decimal): -8174375 or 14238851. OLE color: 14238851.

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

Color convert

RGB13168217-
CMYK0.400.6900.15
HSL265.37º66.22%55.88%-
HSV(B)265.37º68.66%85.1%-
XYZ23.9513.9767.08-
YUV103.82191.87147.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 68 (26.95% from 255) = 16.35%
BLUE value IS 217 (85.16% from 255) = 52.16%
R=31.49%
G=16.35%
B=52.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131682170.400.6900.15265.3766.2255.88
Hex8344D928450F1094238
Octal2031043315010501741110270
Binary100000111000100110110011010001000101011111000010011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8344D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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