Html Css Color HEX #9057AA Deep Lilac

📋 copy color: '#9057AA'

red 144 ◦ green 87 ◦ blue 170

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

Shades of Deep Lilac #9057AA

Tints of Deep Lilac #9057AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.7%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 35.91%
G = 21.7%
B = 42.39%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9057AA (or 0x9057AA) is known color: Deep Lilac. HEX triplet: 90, 57 and AA. RGB value is (144,87,170). Sum of RGB (Red+Green+Blue) = 144+87+170=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9057AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9057AA is #6FA855. Grayscale: #717171. Windows color (decimal): -7317590 or 11163536. OLE color: 11163536.

HSL color Cylindrical-coordinate representation of color #9057AA: hue angle of 281.2º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9057AA is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 87 170 -
CMYK 0.15 0.49 0 0.33
HSL 281.2º 0.33% 0.5% -
HSV(B) 281.2º 0.49% 0.67% -
XYZ 22.17 15.65 39.88 -
YUV 113.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 144 87 170 0.15 0.49 0 0.33 281.2 0.33 0.5
Hex 90 57 AA F 31 0 21 119 21 32
Octal 220 127 252 17 61 0 41 431 41 62
Binary 10010000 1010111 10101010 1111 110001 0 100001 100011001 100001 110010

Color Harmonies of #9057AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057AA

Black with #9057AA

Text Example


Text Example

White with #9057AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9057AA; }

 p { color: rgb(144,87,170); }

 H1.HeaderClassName
 {
   color: #9057AA;
 }
 .AnyTagClassName
 {
   color: #9057AA;
 }
</style>

background-color css

<style>
 a { background-color: #9057AA; }

 a { background-color: rgb(144,87,170); }

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

border-color css

<style>
 span { border-color: #9057AA; }

 span { border-color: rgb(144,87,170); }

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