#8354BE

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

Shades of Deep Lilac #8354BE

Tints of Deep Lilac #8354BE

Color information

#8354BE (or 0x8354BE) is unknown color: approx Deep Lilac. HEX triplet: 83, 54 and BE. RGB value is (131,84,190). Sum of RGB (Red+Green+Blue) = 131+84+190=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #8354BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354BE is #7CAB41. Grayscale: #6D6D6D. Windows color (decimal): -8170306 or 12473475. OLE color: 12473475.

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

Color convert

RGB13184190-
CMYK0.310.5600.25
HSL266.6º44.92%53.73%-
HSV(B)266.6º55.79%74.51%-
XYZ21.8214.8850.44-
YUV110.14173.07142.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=32.35%
G=20.74%
B=46.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131841900.310.5600.25266.644.9253.73
Hex8354BE1F3801910b2d36
Octal20312427637700314135566
Binary1000001110101001011111011111111000011001100001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8354BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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