Html Css Color HEX #9055AD Deep Lilac

📋 copy color: '#9055AD'

red 144 ◦ green 85 ◦ blue 173

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

Shades of Deep Lilac #9055AD

Tints of Deep Lilac #9055AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

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

R = 35.82%
G = 21.14%
B = 43.03%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9055AD (or 0x9055AD) is known color: Deep Lilac. HEX triplet: 90, 55 and AD. RGB value is (144,85,173). Sum of RGB (Red+Green+Blue) = 144+85+173=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #9055AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9055AD is #6FAA52. Grayscale: #707070. Windows color (decimal): -7318099 or 11359632. OLE color: 11359632.

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

Color convert

RGB 144 85 173 -
CMYK 0.17 0.51 0 0.32
HSL 280.23º 0.35% 0.51% -
HSV(B) 280.23º 0.51% 0.68% -
XYZ 22.29 15.44 41.34 -
YUV 112.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 144 85 173 0.17 0.51 0 0.32 280.23 0.35 0.51
Hex 90 55 AD 11 33 0 20 118 23 33
Octal 220 125 255 21 63 0 40 430 43 63
Binary 10010000 1010101 10101101 10001 110011 0 100000 100011000 100011 110011

Color Harmonies of #9055AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9055AD

Black with #9055AD

Text Example


Text Example

White with #9055AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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