#8A5DBE

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

Shades of Lilac Bush #8A5DBE

Tints of Lilac Bush #8A5DBE

Color information

#8A5DBE (or 0x8A5DBE) is unknown color: approx Lilac Bush. HEX triplet: 8A, 5D and BE. RGB value is (138,93,190). Sum of RGB (Red+Green+Blue) = 138+93+190=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5DBE is #75A241. Grayscale: #757575. Windows color (decimal): -7709250 or 12475786. OLE color: 12475786.

HSL color Cylindrical-coordinate representation of color #8A5DBE: hue angle of 267.84º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A5DBE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13893190-
CMYK0.270.5100.25
HSL267.84º42.73%55.49%-
HSV(B)267.84º51.05%74.51%-
XYZ23.6916.9550.74-
YUV117.51168.91142.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=32.78%
G=22.09%
B=45.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138931900.270.5100.25267.8442.7355.49
Hex8A5DBE1B3301910c2b37
Octal21213527633630314145367
Binary1000101010111011011111011011110011011001100001100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,93,190); }

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

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

 a { background-color: rgb(138,93,190); }

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

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

 span { border-color: rgb(138,93,190); }

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