Html Css Color HEX #9059AE Deep Lilac

📋 copy color: '#9059AE'

red 144 ◦ green 89 ◦ blue 174

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

Shades of Deep Lilac #9059AE

Tints of Deep Lilac #9059AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 35.38%
G = 21.87%
B = 42.75%

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

#9059AE (or 0x9059AE) is known color: Deep Lilac. HEX triplet: 90, 59 and AE. RGB value is (144,89,174). Sum of RGB (Red+Green+Blue) = 144+89+174=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #9059AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9059AE is #6FA651. Grayscale: #727272. Windows color (decimal): -7317074 or 11426192. OLE color: 11426192.

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

Color convert

RGB 144 89 174 -
CMYK 0.17 0.49 0 0.32
HSL 278.82º 0.34% 0.52% -
HSV(B) 278.82º 0.49% 0.68% -
XYZ 22.71 16.13 41.96 -
YUV 115.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 144 89 174 0.17 0.49 0 0.32 278.82 0.34 0.52
Hex 90 59 AE 11 31 0 20 117 22 34
Octal 220 131 256 21 61 0 40 427 42 64
Binary 10010000 1011001 10101110 10001 110001 0 100000 100010111 100010 110100

Color Harmonies of #9059AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059AE

Black with #9059AE

Text Example


Text Example

White with #9059AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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