Html Css Color HEX #9051AD Deep Lilac

📋 copy color: '#9051AD'

red 144 ◦ green 81 ◦ blue 173

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

Shades of Deep Lilac #9051AD

Tints of Deep Lilac #9051AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

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

R = 36.18%
G = 20.35%
B = 43.47%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9051AD (or 0x9051AD) is known color: Deep Lilac. HEX triplet: 90, 51 and AD. RGB value is (144,81,173). Sum of RGB (Red+Green+Blue) = 144+81+173=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #9051AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9051AD is #6FAE52. Grayscale: #6E6E6E. Windows color (decimal): -7319123 or 11358608. OLE color: 11358608.

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

Color convert

RGB 144 81 173 -
CMYK 0.17 0.53 0 0.32
HSL 281.09º 0.36% 0.5% -
HSV(B) 281.09º 0.53% 0.68% -
XYZ 21.99 14.83 41.24 -
YUV 110.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 144 81 173 0.17 0.53 0 0.32 281.09 0.36 0.5
Hex 90 51 AD 11 35 0 20 119 24 32
Octal 220 121 255 21 65 0 40 431 44 62
Binary 10010000 1010001 10101101 10001 110101 0 100000 100011001 100100 110010

Color Harmonies of #9051AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9051AD

Black with #9051AD

Text Example


Text Example

White with #9051AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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