#9059C1

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

Shades of Deep Lilac #9059C1

Tints of Deep Lilac #9059C1

Color information

#9059C1 (or 0x9059C1) is unknown color: approx Deep Lilac. HEX triplet: 90, 59 and C1. RGB value is (144,89,193). Sum of RGB (Red+Green+Blue) = 144+89+193=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #9059C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059C1 is #6FA63E. Grayscale: #747474. Windows color (decimal): -7317055 or 12671376. OLE color: 12671376.

HSL color Cylindrical-coordinate representation of color #9059C1: hue angle of 271.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9059C1 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14489193-
CMYK0.250.5400.24
HSL271.73º45.61%55.29%-
HSV(B)271.73º53.89%75.69%-
XYZ24.716.9252.42-
YUV117.3170.72147.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 193 (75.78% from 255) = 45.31%
R=33.80%
G=20.89%
B=45.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144891930.250.5400.24271.7345.6155.29
Hex9059C119360181102e37
Octal22013130131660304205667
Binary1001000010110011100000111001110110011000100010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9059C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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