Html Css Color HEX #9059AD Deep Lilac

📋 copy color: '#9059AD'

red 144 ◦ green 89 ◦ blue 173

#9059AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9059AD

Tints of Deep Lilac #9059AD

RGB

 RED value IS 144 (56.64% from 255) = 35.47%

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 35.47%
G = 21.92%
B = 42.61%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9059AD (or 0x9059AD) is known color: Deep Lilac. HEX triplet: 90, 59 and AD. RGB value is (144,89,173). Sum of RGB (Red+Green+Blue) = 144+89+173=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #9059AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9059AD is #6FA652. Grayscale: #727272. Windows color (decimal): -7317075 or 11360656. OLE color: 11360656.

HSL color Cylindrical-coordinate representation of color #9059AD: hue angle of 279.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9059AD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 89 173 -
CMYK 0.17 0.49 0 0.32
HSL 279.29º 0.34% 0.51% -
HSV(B) 279.29º 0.49% 0.68% -
XYZ 22.62 16.09 41.45 -
YUV 115.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 144 89 173 0.17 0.49 0 0.32 279.29 0.34 0.51
Hex 90 59 AD 11 31 0 20 117 22 33
Octal 220 131 255 21 61 0 40 427 42 63
Binary 10010000 1011001 10101101 10001 110001 0 100000 100010111 100010 110011

Color Harmonies of #9059AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059AD

Black with #9059AD

Text Example


Text Example

White with #9059AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9059AD;
 }
 .AnyTagClassName
 {
   color: #9059AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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