#8949C1

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

Shades of Deep Lilac #8949C1

Tints of Deep Lilac #8949C1

Color information

#8949C1 (or 0x8949C1) is unknown color: approx Deep Lilac. HEX triplet: 89, 49 and C1. RGB value is (137,73,193). Sum of RGB (Red+Green+Blue) = 137+73+193=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #8949C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949C1 is #76B63E. Grayscale: #696969. Windows color (decimal): -7779903 or 12667273. OLE color: 12667273.

HSL color Cylindrical-coordinate representation of color #8949C1: hue angle of 272º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8949C1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13773193-
CMYK0.290.6200.24
HSL272º49.18%52.16%-
HSV(B)272º62.18%75.69%-
XYZ22.3213.9351.96-
YUV105.82177.2150.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 73 (28.91% from 255) = 18.11%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=34.00%
G=18.11%
B=47.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137731930.290.6200.2427249.1852.16
Hex8949C11D3E0181103134
Octal21111130135760304206164
Binary1000100110010011100000111101111110011000100010000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8949C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8949C1; }

 p { color: rgb(137,73,193); }

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

<style>
 a { background-color: #8949C1; }

 a { background-color: rgb(137,73,193); }

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

<style>
 span { border-color: #8949C1; }

 span { border-color: rgb(137,73,193); }

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