#8347BF

Color #8347BF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8347BF

Tints of Deep Lilac #8347BF

Color information

#8347BF (or 0x8347BF) is unknown color: approx Deep Lilac. HEX triplet: 83, 47 and BF. RGB value is (131,71,191). Sum of RGB (Red+Green+Blue) = 131+71+191=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #8347BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8347BF is #7CB840. Grayscale: #666666. Windows color (decimal): -8173633 or 12535683. OLE color: 12535683.

HSL color Cylindrical-coordinate representation of color #8347BF: hue angle of 270º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8347BF is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13171191-
CMYK0.310.6300.25
HSL270º48.39%51.37%-
HSV(B)270º62.83%74.9%-
XYZ21.0213.0950.71-
YUV102.62177.88148.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 191 (75% from 255) = 48.60%
R=33.33%
G=18.07%
B=48.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131711910.310.6300.2527048.3951.37
Hex8347BF1F3F01910e3033
Octal20310727737770314166063
Binary1000001110001111011111111111111111011001100001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8347BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8347BF; }

 p { color: rgb(131,71,191); }

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

<style>
 a { background-color: #8347BF; }

 a { background-color: rgb(131,71,191); }

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

<style>
 span { border-color: #8347BF; }

 span { border-color: rgb(131,71,191); }

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