#9059BF

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

Shades of Deep Lilac #9059BF

Tints of Deep Lilac #9059BF

Color information

#9059BF (or 0x9059BF) is unknown color: approx Deep Lilac. HEX triplet: 90, 59 and BF. RGB value is (144,89,191). Sum of RGB (Red+Green+Blue) = 144+89+191=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #9059BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059BF is #6FA640. Grayscale: #747474. Windows color (decimal): -7317057 or 12540304. OLE color: 12540304.

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

Color convert

RGB14489191-
CMYK0.250.5300.25
HSL272.35º44.35%54.9%-
HSV(B)272.35º53.4%74.9%-
XYZ24.4816.8451.25-
YUV117.07169.72147.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 191 (75% from 255) = 45.05%
R=33.96%
G=20.99%
B=45.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144891910.250.5300.25272.3544.3554.9
Hex9059BF19350191102c37
Octal22013127731650314205467
Binary1001000010110011011111111001110101011001100010000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9059BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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