#9056BC

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

Shades of Deep Lilac #9056BC

Tints of Deep Lilac #9056BC

Color information

#9056BC (or 0x9056BC) is unknown color: approx Deep Lilac. HEX triplet: 90, 56 and BC. RGB value is (144,86,188). Sum of RGB (Red+Green+Blue) = 144+86+188=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #9056BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056BC is #6FA943. Grayscale: #727272. Windows color (decimal): -7317828 or 12342928. OLE color: 12342928.

HSL color Cylindrical-coordinate representation of color #9056BC: hue angle of 274.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9056BC is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14486188-
CMYK0.230.5400.26
HSL274.12º43.22%53.73%-
HSV(B)274.12º54.26%73.73%-
XYZ23.9116.2249.45-
YUV114.97169.22148.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=34.45%
G=20.57%
B=44.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144861880.230.5400.26274.1243.2253.73
Hex9056BC173601A1122b36
Octal22012627427660324225366
Binary1001000010101101011110010111110110011010100010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9056BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,86,188); }

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

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

 a { background-color: rgb(144,86,188); }

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

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

 span { border-color: rgb(144,86,188); }

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