#8C48BE

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

Shades of Deep Lilac #8C48BE

Tints of Deep Lilac #8C48BE

Color information

#8C48BE (or 0x8C48BE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 48 and BE. RGB value is (140,72,190). Sum of RGB (Red+Green+Blue) = 140+72+190=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48BE is #73B741. Grayscale: #696969. Windows color (decimal): -7583554 or 12470412. OLE color: 12470412.

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

Color convert

RGB14072190-
CMYK0.260.6200.25
HSL274.58º47.58%51.37%-
HSV(B)274.58º62.11%74.51%-
XYZ22.4313.9350.22-
YUV105.78175.53152.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 72 (28.52% from 255) = 17.91%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=34.83%
G=17.91%
B=47.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140721900.260.6200.25274.5847.5851.37
Hex8C48BE1A3E0191133033
Octal21411027632760314236063
Binary1000110010010001011111011010111110011001100010011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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