#9057BD

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

Shades of Deep Lilac #9057BD

Tints of Deep Lilac #9057BD

Color information

#9057BD (or 0x9057BD) is unknown color: approx Deep Lilac. HEX triplet: 90, 57 and BD. RGB value is (144,87,189). Sum of RGB (Red+Green+Blue) = 144+87+189=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #9057BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9057BD is #6FA842. Grayscale: #737373. Windows color (decimal): -7317571 or 12408720. OLE color: 12408720.

HSL color Cylindrical-coordinate representation of color #9057BD: hue angle of 273.53º degrees, saturation: 0.44, 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 #9057BD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14487189-
CMYK0.240.5400.26
HSL273.53º43.59%54.12%-
HSV(B)273.53º53.97%74.12%-
XYZ24.116.4250.04-
YUV115.67169.38148.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 189 (74.22% from 255) = 45%
R=34.29%
G=20.71%
B=45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144871890.240.5400.26273.5343.5954.12
Hex9057BD183601A1122c36
Octal22012727530660324225466
Binary1001000010101111011110111000110110011010100010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9057BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9057BD; }

 p { color: rgb(144,87,189); }

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

<style>
 a { background-color: #9057BD; }

 a { background-color: rgb(144,87,189); }

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

<style>
 span { border-color: #9057BD; }

 span { border-color: rgb(144,87,189); }

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