#8945C1

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

Shades of Deep Lilac #8945C1

Tints of Deep Lilac #8945C1

Color information

#8945C1 (or 0x8945C1) is unknown color: approx Deep Lilac. HEX triplet: 89, 45 and C1. RGB value is (137,69,193). Sum of RGB (Red+Green+Blue) = 137+69+193=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #8945C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8945C1 is #76BA3E. Grayscale: #676767. Windows color (decimal): -7780927 or 12666249. OLE color: 12666249.

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

Color convert

RGB13769193-
CMYK0.290.6400.24
HSL272.9º50%51.37%-
HSV(B)272.9º64.25%75.69%-
XYZ22.0713.4251.88-
YUV103.47178.53151.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=34.34%
G=17.29%
B=48.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137691930.290.6400.24272.95051.37
Hex8945C11D400181113233
Octal211105301351000304216263
Binary10001001100010111000001111011000000011000100010001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8945C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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