#8346BE

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

Shades of Deep Lilac #8346BE

Tints of Deep Lilac #8346BE

Color information

#8346BE (or 0x8346BE) is unknown color: approx Deep Lilac. HEX triplet: 83, 46 and BE. RGB value is (131,70,190). Sum of RGB (Red+Green+Blue) = 131+70+190=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #8346BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8346BE is #7CB941. Grayscale: #656565. Windows color (decimal): -8173890 or 12469891. OLE color: 12469891.

HSL color Cylindrical-coordinate representation of color #8346BE: hue angle of 270.5º 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 #8346BE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13170190-
CMYK0.310.6300.25
HSL270.5º48%50.98%-
HSV(B)270.5º63.16%74.51%-
XYZ20.8412.9250.11-
YUV101.92177.71148.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 70 (27.73% from 255) = 17.90%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=33.50%
G=17.90%
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.25
SystemRedGreenBlueCMYKHSL
Decimal131701900.310.6300.25270.54850.98
Hex8346BE1F3F01910e3033
Octal20310627637770314166063
Binary1000001110001101011111011111111111011001100001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8346BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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