#8355BB

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

Shades of Deep Lilac #8355BB

Tints of Deep Lilac #8355BB

Color information

#8355BB (or 0x8355BB) is unknown color: approx Deep Lilac. HEX triplet: 83, 55 and BB. RGB value is (131,85,187). Sum of RGB (Red+Green+Blue) = 131+85+187=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #8355BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355BB is #7CAA44. Grayscale: #6E6E6E. Windows color (decimal): -8170053 or 12277123. OLE color: 12277123.

HSL color Cylindrical-coordinate representation of color #8355BB: hue angle of 267.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8355BB is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13185187-
CMYK0.300.5500.27
HSL267.06º42.86%53.33%-
HSV(B)267.06º54.55%73.33%-
XYZ21.5814.9148.75-
YUV110.38171.24142.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=32.51%
G=21.09%
B=46.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131851870.300.5500.27267.0642.8653.33
Hex8355BB1E3701B10b2b35
Octal20312527336670334135365
Binary1000001110101011011101111110110111011011100001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8355BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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