#8D48BC

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

Shades of Deep Lilac #8D48BC

Tints of Deep Lilac #8D48BC

Color information

#8D48BC (or 0x8D48BC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 48 and BC. RGB value is (141,72,188). Sum of RGB (Red+Green+Blue) = 141+72+188=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D48BC is #72B743. Grayscale: #696969. Windows color (decimal): -7518020 or 12339341. OLE color: 12339341.

HSL color Cylindrical-coordinate representation of color #8D48BC: hue angle of 275.69º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D48BC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14172188-
CMYK0.250.6200.26
HSL275.69º46.4%50.98%-
HSV(B)275.69º61.7%73.73%-
XYZ22.3813.9349.09-
YUV105.86174.36153.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=35.16%
G=17.96%
B=46.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141721880.250.6200.26275.6946.450.98
Hex8D48BC193E01A1142e33
Octal21511027431760324245663
Binary1000110110010001011110011001111110011010100010100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D48BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,188); }

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

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

 a { background-color: rgb(141,72,188); }

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

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

 span { border-color: rgb(141,72,188); }

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