#8355BD

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

Shades of Deep Lilac #8355BD

Tints of Deep Lilac #8355BD

Color information

#8355BD (or 0x8355BD) is unknown color: approx Deep Lilac. HEX triplet: 83, 55 and BD. RGB value is (131,85,189). Sum of RGB (Red+Green+Blue) = 131+85+189=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #8355BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355BD is #7CAA42. Grayscale: #6E6E6E. Windows color (decimal): -8170051 or 12408195. OLE color: 12408195.

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

Color convert

RGB13185189-
CMYK0.310.5500.26
HSL266.54º44.07%53.73%-
HSV(B)266.54º55.03%74.12%-
XYZ21.791549.89-
YUV110.61172.24142.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=32.35%
G=20.99%
B=46.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131851890.310.5500.26266.5444.0753.73
Hex8355BD1F3701A10b2c36
Octal20312527537670324135466
Binary1000001110101011011110111111110111011010100001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8355BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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