#8353BB

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

Shades of Deep Lilac #8353BB

Tints of Deep Lilac #8353BB

Color information

#8353BB (or 0x8353BB) is unknown color: approx Deep Lilac. HEX triplet: 83, 53 and BB. RGB value is (131,83,187). Sum of RGB (Red+Green+Blue) = 131+83+187=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #8353BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353BB is #7CAC44. Grayscale: #6C6C6C. Windows color (decimal): -8170565 or 12276611. OLE color: 12276611.

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

Color convert

RGB13183187-
CMYK0.300.5600.27
HSL267.69º43.33%52.94%-
HSV(B)267.69º55.61%73.33%-
XYZ21.4214.648.7-
YUV109.21171.9143.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=32.67%
G=20.70%
B=46.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131831870.300.5600.27267.6943.3352.94
Hex8353BB1E3801B10c2b35
Octal20312327336700334145365
Binary1000001110100111011101111110111000011011100001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8353BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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