#8748B8

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

Shades of Deep Lilac #8748B8

Tints of Deep Lilac #8748B8

Color information

#8748B8 (or 0x8748B8) is unknown color: approx Deep Lilac. HEX triplet: 87, 48 and B8. RGB value is (135,72,184). Sum of RGB (Red+Green+Blue) = 135+72+184=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #8748B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748B8 is #78B747. Grayscale: #676767. Windows color (decimal): -7911240 or 12077191. OLE color: 12077191.

HSL color Cylindrical-coordinate representation of color #8748B8: hue angle of 273.75º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8748B8 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13572184-
CMYK0.270.6100.28
HSL273.75º44.09%50.2%-
HSV(B)273.75º60.87%72.16%-
XYZ20.9613.2546.8-
YUV103.6173.37150.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 184 (72.27% from 255) = 47.06%
R=34.53%
G=18.41%
B=47.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal135721840.270.6100.28273.7544.0950.2
Hex8748B81B3D01C1122c32
Octal20711027033750344225462
Binary1000011110010001011100011011111101011100100010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8748B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8748B8; }

 p { color: rgb(135,72,184); }

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

<style>
 a { background-color: #8748B8; }

 a { background-color: rgb(135,72,184); }

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

<style>
 span { border-color: #8748B8; }

 span { border-color: rgb(135,72,184); }

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