#8D5BBA

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

Shades of Deep Lilac #8D5BBA

Tints of Deep Lilac #8D5BBA

Color information

#8D5BBA (or 0x8D5BBA) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5B and BA. RGB value is (141,91,186). Sum of RGB (Red+Green+Blue) = 141+91+186=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5BBA is #72A445. Grayscale: #747474. Windows color (decimal): -7513158 or 12213133. OLE color: 12213133.

HSL color Cylindrical-coordinate representation of color #8D5BBA: hue angle of 271.58º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5BBA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14191186-
CMYK0.240.5100.27
HSL271.58º40.77%54.31%-
HSV(B)271.58º51.08%72.94%-
XYZ23.5916.6948.43-
YUV116.78167.06145.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=33.73%
G=21.77%
B=44.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141911860.240.5100.27271.5840.7754.31
Hex8D5BBA183301B1102936
Octal21513327230630334205166
Binary1000110110110111011101011000110011011011100010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5BBA; }

 p { color: rgb(141,91,186); }

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

<style>
 a { background-color: #8D5BBA; }

 a { background-color: rgb(141,91,186); }

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

<style>
 span { border-color: #8D5BBA; }

 span { border-color: rgb(141,91,186); }

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