#8941BC

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

Shades of Deep Lilac #8941BC

Tints of Deep Lilac #8941BC

Color information

#8941BC (or 0x8941BC) is unknown color: approx Deep Lilac. HEX triplet: 89, 41 and BC. RGB value is (137,65,188). Sum of RGB (Red+Green+Blue) = 137+65+188=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #8941BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8941BC is #76BE43. Grayscale: #646464. Windows color (decimal): -7781956 or 12337545. OLE color: 12337545.

HSL color Cylindrical-coordinate representation of color #8941BC: hue angle of 275.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8941BC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13765188-
CMYK0.270.6500.26
HSL275.12º48.62%49.61%-
HSV(B)275.12º65.43%73.73%-
XYZ21.2812.7348.91-
YUV100.55177.35154-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 188 (73.83% from 255) = 48.21%
R=35.13%
G=16.67%
B=48.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137651880.270.6500.26275.1248.6249.61
Hex8941BC1B4101A1133132
Octal211101274331010324236162
Binary10001001100000110111100110111000001011010100010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8941BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8941BC; }

 p { color: rgb(137,65,188); }

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

<style>
 a { background-color: #8941BC; }

 a { background-color: rgb(137,65,188); }

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

<style>
 span { border-color: #8941BC; }

 span { border-color: rgb(137,65,188); }

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