#8345BD

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

Shades of Deep Lilac #8345BD

Tints of Deep Lilac #8345BD

Color information

#8345BD (or 0x8345BD) is unknown color: approx Deep Lilac. HEX triplet: 83, 45 and BD. RGB value is (131,69,189). Sum of RGB (Red+Green+Blue) = 131+69+189=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #8345BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345BD is #7CBA42. Grayscale: #646464. Windows color (decimal): -8174147 or 12404099. OLE color: 12404099.

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

Color convert

RGB13169189-
CMYK0.310.6300.26
HSL271º47.62%50.59%-
HSV(B)271º63.49%74.12%-
XYZ20.6712.7649.52-
YUV101.22177.54149.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 189 (74.22% from 255) = 48.59%
R=33.68%
G=17.74%
B=48.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131691890.310.6300.2627147.6250.59
Hex8345BD1F3F01A10f3033
Octal20310527537770324176063
Binary1000001110001011011110111111111111011010100001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8345BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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