#8345BE

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

Shades of Deep Lilac #8345BE

Tints of Deep Lilac #8345BE

Color information

#8345BE (or 0x8345BE) is unknown color: approx Deep Lilac. HEX triplet: 83, 45 and BE. RGB value is (131,69,190). Sum of RGB (Red+Green+Blue) = 131+69+190=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #8345BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345BE is #7CBA41. Grayscale: #646464. Windows color (decimal): -8174146 or 12469635. OLE color: 12469635.

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

Color convert

RGB13169190-
CMYK0.310.6400.25
HSL270.74º48.21%50.78%-
HSV(B)270.74º63.68%74.51%-
XYZ20.7812.850.09-
YUV101.33178.04149.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=33.59%
G=17.69%
B=48.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131691900.310.6400.25270.7448.2150.78
Hex8345BE1F4001910f3033
Octal203105276371000314176063
Binary10000011100010110111110111111000000011001100001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8345BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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