#8A60B4

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

Shades of Deep Lilac #8A60B4

Tints of Deep Lilac #8A60B4

Color information

#8A60B4 (or 0x8A60B4) is unknown color: approx Deep Lilac. HEX triplet: 8A, 60 and B4. RGB value is (138,96,180). Sum of RGB (Red+Green+Blue) = 138+96+180=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A60B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A60B4 is #759F4B. Grayscale: #757575. Windows color (decimal): -7708492 or 11821194. OLE color: 11821194.

HSL color Cylindrical-coordinate representation of color #8A60B4: hue angle of 270º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A60B4 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13896180-
CMYK0.230.4700.29
HSL270º35.9%54.12%-
HSV(B)270º46.67%70.59%-
XYZ22.917.0645.27-
YUV118.13162.91142.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=33.33%
G=23.19%
B=43.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138961800.230.4700.2927035.954.12
Hex8A60B4172F01D10e2436
Octal21214026427570354164466
Binary1000101011000001011010010111101111011101100001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A60B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,180); }

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

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

 a { background-color: rgb(138,96,180); }

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

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

 span { border-color: rgb(138,96,180); }

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