Html Css Color HEX #9052AD Deep Lilac

📋 copy color: '#9052AD'

red 144 ◦ green 82 ◦ blue 173

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

Shades of Deep Lilac #9052AD

Tints of Deep Lilac #9052AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

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

R = 36.09%
G = 20.55%
B = 43.36%

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

#9052AD (or 0x9052AD) is known color: Deep Lilac. HEX triplet: 90, 52 and AD. RGB value is (144,82,173). Sum of RGB (Red+Green+Blue) = 144+82+173=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #9052AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9052AD is #6FAD52. Grayscale: #6E6E6E. Windows color (decimal): -7318867 or 11358864. OLE color: 11358864.

HSL color Cylindrical-coordinate representation of color #9052AD: hue angle of 280.88º 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 #9052AD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 82 173 -
CMYK 0.17 0.53 0 0.32
HSL 280.88º 0.36% 0.5% -
HSV(B) 280.88º 0.53% 0.68% -
XYZ 22.06 14.98 41.26 -
YUV 110.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 144 82 173 0.17 0.53 0 0.32 280.88 0.36 0.5
Hex 90 52 AD 11 35 0 20 119 24 32
Octal 220 122 255 21 65 0 40 431 44 62
Binary 10010000 1010010 10101101 10001 110101 0 100000 100011001 100100 110010

Color Harmonies of #9052AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9052AD

Black with #9052AD

Text Example


Text Example

White with #9052AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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