Html Css Color HEX #9050AB Deep Lilac

📋 copy color: '#9050AB'

red 144 ◦ green 80 ◦ blue 171

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

Shades of Deep Lilac #9050AB

Tints of Deep Lilac #9050AB

RGB

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

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

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

R = 36.46%
G = 20.25%
B = 43.29%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9050AB (or 0x9050AB) is known color: Deep Lilac. HEX triplet: 90, 50 and AB. RGB value is (144,80,171). Sum of RGB (Red+Green+Blue) = 144+80+171=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #9050AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9050AB is #6FAF54. Grayscale: #6D6D6D. Windows color (decimal): -7319381 or 11227280. OLE color: 11227280.

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

Color convert

RGB 144 80 171 -
CMYK 0.16 0.53 0 0.33
HSL 282.2º 0.36% 0.49% -
HSV(B) 282.2º 0.53% 0.67% -
XYZ 21.72 14.61 40.2 -
YUV 109.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 144 80 171 0.16 0.53 0 0.33 282.2 0.36 0.49
Hex 90 50 AB 10 35 0 21 11A 24 31
Octal 220 120 253 20 65 0 41 432 44 61
Binary 10010000 1010000 10101011 10000 110101 0 100001 100011010 100100 110001

Color Harmonies of #9050AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050AB

Black with #9050AB

Text Example


Text Example

White with #9050AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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