#8A5BBA

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

Shades of Deep Lilac #8A5BBA

Tints of Deep Lilac #8A5BBA

Color information

#8A5BBA (or 0x8A5BBA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5B and BA. RGB value is (138,91,186). Sum of RGB (Red+Green+Blue) = 138+91+186=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BBA is #75A445. Grayscale: #737373. Windows color (decimal): -7709766 or 12213130. OLE color: 12213130.

HSL color Cylindrical-coordinate representation of color #8A5BBA: hue angle of 269.68º 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 #8A5BBA is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13891186-
CMYK0.260.5100.27
HSL269.68º40.77%54.31%-
HSV(B)269.68º51.08%72.94%-
XYZ23.0916.4348.41-
YUV115.88167.57143.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=33.25%
G=21.93%
B=44.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138911860.260.5100.27269.6840.7754.31
Hex8A5BBA1A3301B10e2936
Octal21213327232630334165166
Binary1000101010110111011101011010110011011011100001110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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