Html Css Color HEX #9056AB Deep Lilac

📋 copy color: '#9056AB'

red 144 ◦ green 86 ◦ blue 171

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

Shades of Deep Lilac #9056AB

Tints of Deep Lilac #9056AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 35.91%
G = 21.45%
B = 42.64%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9056AB (or 0x9056AB) is known color: Deep Lilac. HEX triplet: 90, 56 and AB. RGB value is (144,86,171). Sum of RGB (Red+Green+Blue) = 144+86+171=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9056AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9056AB is #6FA954. Grayscale: #707070. Windows color (decimal): -7317845 or 11228816. OLE color: 11228816.

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

Color convert

RGB 144 86 171 -
CMYK 0.16 0.50 0 0.33
HSL 280.94º 0.34% 0.5% -
HSV(B) 280.94º 0.5% 0.67% -
XYZ 22.18 15.53 40.36 -
YUV 113.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 144 86 171 0.16 0.50 0 0.33 280.94 0.34 0.5
Hex 90 56 AB 10 32 0 21 119 22 32
Octal 220 126 253 20 62 0 41 431 42 62
Binary 10010000 1010110 10101011 10000 110010 0 100001 100011001 100010 110010

Color Harmonies of #9056AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9056AB

Black with #9056AB

Text Example


Text Example

White with #9056AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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