#8350BA

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

Shades of Deep Lilac #8350BA

Tints of Deep Lilac #8350BA

Color information

#8350BA (or 0x8350BA) is unknown color: approx Deep Lilac. HEX triplet: 83, 50 and BA. RGB value is (131,80,186). Sum of RGB (Red+Green+Blue) = 131+80+186=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #8350BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350BA is #7CAF45. Grayscale: #6A6A6A. Windows color (decimal): -8171334 or 12210307. OLE color: 12210307.

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

Color convert

RGB13180186-
CMYK0.300.5700.27
HSL268.87º43.44%52.16%-
HSV(B)268.87º56.99%72.94%-
XYZ21.0914.1148.07-
YUV107.33172.4144.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=33.00%
G=20.15%
B=46.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131801860.300.5700.27268.8743.4452.16
Hex8350BA1E3901B10d2b34
Octal20312027236710334155364
Binary1000001110100001011101011110111001011011100001101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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