Html Css Color HEX #9057AC Deep Lilac

📋 copy color: '#9057AC'

red 144 ◦ green 87 ◦ blue 172

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

Shades of Deep Lilac #9057AC

Tints of Deep Lilac #9057AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 35.73%
G = 21.59%
B = 42.68%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9057AC (or 0x9057AC) is known color: Deep Lilac. HEX triplet: 90, 57 and AC. RGB value is (144,87,172). Sum of RGB (Red+Green+Blue) = 144+87+172=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #9057AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9057AC is #6FA853. Grayscale: #717171. Windows color (decimal): -7317588 or 11294608. OLE color: 11294608.

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

Color convert

RGB 144 87 172 -
CMYK 0.16 0.49 0 0.33
HSL 280.24º 0.34% 0.51% -
HSV(B) 280.24º 0.49% 0.67% -
XYZ 22.36 15.72 40.89 -
YUV 113.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 144 87 172 0.16 0.49 0 0.33 280.24 0.34 0.51
Hex 90 57 AC 10 31 0 21 118 22 33
Octal 220 127 254 20 61 0 41 430 42 63
Binary 10010000 1010111 10101100 10000 110001 0 100001 100011000 100010 110011

Color Harmonies of #9057AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057AC

Black with #9057AC

Text Example


Text Example

White with #9057AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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