#8C4CBA

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

Shades of Deep Lilac #8C4CBA

Tints of Deep Lilac #8C4CBA

Color information

#8C4CBA (or 0x8C4CBA) is unknown color: approx Deep Lilac. HEX triplet: 8C, 4C and BA. RGB value is (140,76,186). Sum of RGB (Red+Green+Blue) = 140+76+186=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CBA is #73B345. Grayscale: #6B6B6B. Windows color (decimal): -7582534 or 12209292. OLE color: 12209292.

HSL color Cylindrical-coordinate representation of color #8C4CBA: hue angle of 274.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C4CBA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14076186-
CMYK0.250.5900.27
HSL274.91º44.35%51.37%-
HSV(B)274.91º59.14%72.94%-
XYZ22.2614.2948.04-
YUV107.68172.2151.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=34.83%
G=18.91%
B=46.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140761860.250.5900.27274.9144.3551.37
Hex8C4CBA193B01B1132c33
Octal21411427231730334235463
Binary1000110010011001011101011001111011011011100010011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,76,186); }

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

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

 a { background-color: rgb(140,76,186); }

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

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

 span { border-color: rgb(140,76,186); }

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