#9057BF

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

Shades of Deep Lilac #9057BF

Tints of Deep Lilac #9057BF

Color information

#9057BF (or 0x9057BF) is unknown color: approx Deep Lilac. HEX triplet: 90, 57 and BF. RGB value is (144,87,191). Sum of RGB (Red+Green+Blue) = 144+87+191=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #9057BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9057BF is #6FA840. Grayscale: #737373. Windows color (decimal): -7317569 or 12539792. OLE color: 12539792.

HSL color Cylindrical-coordinate representation of color #9057BF: hue angle of 272.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9057BF is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14487191-
CMYK0.250.5400.25
HSL272.88º44.83%54.51%-
HSV(B)272.88º54.45%74.9%-
XYZ24.3116.5151.19-
YUV115.9170.38148.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 191 (75% from 255) = 45.26%
R=34.12%
G=20.62%
B=45.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144871910.250.5400.25272.8844.8354.51
Hex9057BF19360191112d37
Octal22012727731660314215567
Binary1001000010101111011111111001110110011001100010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9057BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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