#8C49BE

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

Shades of Deep Lilac #8C49BE

Tints of Deep Lilac #8C49BE

Color information

#8C49BE (or 0x8C49BE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 49 and BE. RGB value is (140,73,190). Sum of RGB (Red+Green+Blue) = 140+73+190=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49BE is #73B641. Grayscale: #696969. Windows color (decimal): -7583298 or 12470668. OLE color: 12470668.

HSL color Cylindrical-coordinate representation of color #8C49BE: hue angle of 274.36º degrees, saturation: 0.47, 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 #8C49BE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14073190-
CMYK0.260.6200.25
HSL274.36º47.37%51.57%-
HSV(B)274.36º61.58%74.51%-
XYZ22.4914.0650.24-
YUV106.37175.2151.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.74%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=34.74%
G=18.11%
B=47.15%

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
Decimal140731900.260.6200.25274.3647.3751.57
Hex8C49BE1A3E0191122f34
Octal21411127632760314225764
Binary1000110010010011011111011010111110011001100010010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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