#9051A4

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

Shades of Deep Lilac #9051A4

Tints of Deep Lilac #9051A4

Color information

#9051A4 (or 0x9051A4) is unknown color: approx Deep Lilac. HEX triplet: 90, 51 and A4. RGB value is (144,81,164). Sum of RGB (Red+Green+Blue) = 144+81+164=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #9051A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9051A4 is #6FAE5B. Grayscale: #6D6D6D. Windows color (decimal): -7319132 or 10768784. OLE color: 10768784.

HSL color Cylindrical-coordinate representation of color #9051A4: hue angle of 285.54º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9051A4 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14481164-
CMYK0.120.5100.36
HSL285.54º33.88%48.04%-
HSV(B)285.54º50.61%64.31%-
XYZ21.1414.4936.81-
YUV109.3158.87152.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=37.02%
G=20.82%
B=42.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144811640.120.5100.36285.5433.8848.04
Hex9051A4C3302411e2230
Octal22012124414630444364260
Binary1001000010100011010010011001100110100100100011110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9051A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9051A4; }

 p { color: rgb(144,81,164); }

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

<style>
 a { background-color: #9051A4; }

 a { background-color: rgb(144,81,164); }

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

<style>
 span { border-color: #9051A4; }

 span { border-color: rgb(144,81,164); }

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