#8354B5

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

Shades of Deep Lilac #8354B5

Tints of Deep Lilac #8354B5

Color information

#8354B5 (or 0x8354B5) is unknown color: approx Deep Lilac. HEX triplet: 83, 54 and B5. RGB value is (131,84,181). Sum of RGB (Red+Green+Blue) = 131+84+181=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #8354B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354B5 is #7CAB4A. Grayscale: #6C6C6C. Windows color (decimal): -8170315 or 11883651. OLE color: 11883651.

HSL color Cylindrical-coordinate representation of color #8354B5: hue angle of 269.07º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8354B5 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13184181-
CMYK0.280.5400.29
HSL269.07º39.59%51.96%-
HSV(B)269.07º53.59%70.98%-
XYZ20.8714.545.42-
YUV109.11168.57143.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 181 (71.09% from 255) = 45.71%
R=33.08%
G=21.21%
B=45.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131841810.280.5400.29269.0739.5951.96
Hex8354B51C3601D10d2834
Octal20312426534660354155064
Binary1000001110101001011010111100110110011101100001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8354B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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