Html Css Color HEX #9056AA Deep Lilac

📋 copy color: '#9056AA'

red 144 ◦ green 86 ◦ blue 170

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

Shades of Deep Lilac #9056AA

Tints of Deep Lilac #9056AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 36%
G = 21.5%
B = 42.5%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9056AA (or 0x9056AA) is known color: Deep Lilac. HEX triplet: 90, 56 and AA. RGB value is (144,86,170). Sum of RGB (Red+Green+Blue) = 144+86+170=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9056AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9056AA is #6FA955. Grayscale: #707070. Windows color (decimal): -7317846 or 11163280. OLE color: 11163280.

HSL color Cylindrical-coordinate representation of color #9056AA: hue angle of 281.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9056AA is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 86 170 -
CMYK 0.15 0.49 0 0.33
HSL 281.43º 0.33% 0.5% -
HSV(B) 281.43º 0.49% 0.67% -
XYZ 22.09 15.49 39.86 -
YUV 112.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 144 86 170 0.15 0.49 0 0.33 281.43 0.33 0.5
Hex 90 56 AA F 31 0 21 119 21 32
Octal 220 126 252 17 61 0 41 431 41 62
Binary 10010000 1010110 10101010 1111 110001 0 100001 100011001 100001 110010

Color Harmonies of #9056AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9056AA

Black with #9056AA

Text Example


Text Example

White with #9056AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9056AA; }

 p { color: rgb(144,86,170); }

 H1.HeaderClassName
 {
   color: #9056AA;
 }
 .AnyTagClassName
 {
   color: #9056AA;
 }
</style>

background-color css

<style>
 a { background-color: #9056AA; }

 a { background-color: rgb(144,86,170); }

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

border-color css

<style>
 span { border-color: #9056AA; }

 span { border-color: rgb(144,86,170); }

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