Html Css Color HEX #9050AD Deep Lilac

📋 copy color: '#9050AD'

red 144 ◦ green 80 ◦ blue 173

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

Shades of Deep Lilac #9050AD

Tints of Deep Lilac #9050AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 36.27%
G = 20.15%
B = 43.58%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9050AD (or 0x9050AD) is known color: Deep Lilac. HEX triplet: 90, 50 and AD. RGB value is (144,80,173). Sum of RGB (Red+Green+Blue) = 144+80+173=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #9050AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9050AD is #6FAF52. Grayscale: #6D6D6D. Windows color (decimal): -7319379 or 11358352. OLE color: 11358352.

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

Color convert

RGB 144 80 173 -
CMYK 0.17 0.54 0 0.32
HSL 281.29º 0.37% 0.5% -
HSV(B) 281.29º 0.54% 0.68% -
XYZ 21.91 14.68 41.21 -
YUV 109.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 144 80 173 0.17 0.54 0 0.32 281.29 0.37 0.5
Hex 90 50 AD 11 36 0 20 119 25 32
Octal 220 120 255 21 66 0 40 431 45 62
Binary 10010000 1010000 10101101 10001 110110 0 100000 100011001 100101 110010

Color Harmonies of #9050AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050AD

Black with #9050AD

Text Example


Text Example

White with #9050AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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