#8C48BF

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

Shades of Deep Lilac #8C48BF

Tints of Deep Lilac #8C48BF

Color information

#8C48BF (or 0x8C48BF) is unknown color: approx Deep Lilac. HEX triplet: 8C, 48 and BF. RGB value is (140,72,191). Sum of RGB (Red+Green+Blue) = 140+72+191=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C48BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48BF is #73B740. Grayscale: #696969. Windows color (decimal): -7583553 or 12535948. OLE color: 12535948.

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

Color convert

RGB14072191-
CMYK0.270.6200.25
HSL274.29º48.18%51.57%-
HSV(B)274.29º62.3%74.9%-
XYZ22.5413.9750.8-
YUV105.9176.03152.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 191 (75% from 255) = 47.39%
R=34.74%
G=17.87%
B=47.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140721910.270.6200.25274.2948.1851.57
Hex8C48BF1B3E0191123034
Octal21411027733760314226064
Binary1000110010010001011111111011111110011001100010010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,72,191); }

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

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

 a { background-color: rgb(140,72,191); }

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

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

 span { border-color: rgb(140,72,191); }

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