#8353BA

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

Shades of Deep Lilac #8353BA

Tints of Deep Lilac #8353BA

Color information

#8353BA (or 0x8353BA) is unknown color: approx Deep Lilac. HEX triplet: 83, 53 and BA. RGB value is (131,83,186). Sum of RGB (Red+Green+Blue) = 131+83+186=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #8353BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353BA is #7CAC45. Grayscale: #6C6C6C. Windows color (decimal): -8170566 or 12211075. OLE color: 12211075.

HSL color Cylindrical-coordinate representation of color #8353BA: hue angle of 267.96º 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 #8353BA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13183186-
CMYK0.300.5500.27
HSL267.96º42.74%52.75%-
HSV(B)267.96º55.38%72.94%-
XYZ21.3214.5648.14-
YUV109.09171.4143.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 83 (32.81% from 255) = 20.75%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=32.75%
G=20.75%
B=46.5%

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
Decimal131831860.300.5500.27267.9642.7452.75
Hex8353BA1E3701B10c2b35
Octal20312327236670334145365
Binary1000001110100111011101011110110111011011100001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8353BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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