#8544BC

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

Shades of Deep Lilac #8544BC

Tints of Deep Lilac #8544BC

Color information

#8544BC (or 0x8544BC) is unknown color: approx Deep Lilac. HEX triplet: 85, 44 and BC. RGB value is (133,68,188). Sum of RGB (Red+Green+Blue) = 133+68+188=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #8544BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8544BC is #7ABB43. Grayscale: #646464. Windows color (decimal): -8043332 or 12338309. OLE color: 12338309.

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

Color convert

RGB13368188-
CMYK0.290.6400.26
HSL272.5º47.24%50.2%-
HSV(B)272.5º63.83%73.73%-
XYZ20.8212.7548.94-
YUV101.12177.03150.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 68 (26.95% from 255) = 17.48%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=34.19%
G=17.48%
B=48.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133681880.290.6400.26272.547.2450.2
Hex8544BC1D4001A1102f32
Octal205104274351000324205762
Binary10000101100010010111100111011000000011010100010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8544BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,68,188); }

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

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

 a { background-color: rgb(133,68,188); }

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

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

 span { border-color: rgb(133,68,188); }

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