#8848B4

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

Shades of Deep Lilac #8848B4

Tints of Deep Lilac #8848B4

Color information

#8848B4 (or 0x8848B4) is unknown color: approx Deep Lilac. HEX triplet: 88, 48 and B4. RGB value is (136,72,180). Sum of RGB (Red+Green+Blue) = 136+72+180=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #8848B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8848B4 is #77B74B. Grayscale: #676767. Windows color (decimal): -7845708 or 11815048. OLE color: 11815048.

HSL color Cylindrical-coordinate representation of color #8848B4: hue angle of 275.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8848B4 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13672180-
CMYK0.240.6000.29
HSL275.56º42.86%49.41%-
HSV(B)275.56º60%70.59%-
XYZ20.7113.1644.63-
YUV103.45171.2151.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 180 (70.70% from 255) = 46.39%
R=35.05%
G=18.56%
B=46.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136721800.240.6000.29275.5642.8649.41
Hex8848B4183C01D1142b31
Octal21011026430740354245361
Binary1000100010010001011010011000111100011101100010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8848B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8848B4; }

 p { color: rgb(136,72,180); }

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

<style>
 a { background-color: #8848B4; }

 a { background-color: rgb(136,72,180); }

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

<style>
 span { border-color: #8848B4; }

 span { border-color: rgb(136,72,180); }

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