Html Css Color HEX #9055AC Deep Lilac

📋 copy color: '#9055AC'

red 144 ◦ green 85 ◦ blue 172

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

Shades of Deep Lilac #9055AC

Tints of Deep Lilac #9055AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 35.91%
G = 21.2%
B = 42.89%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9055AC (or 0x9055AC) is known color: Deep Lilac. HEX triplet: 90, 55 and AC. RGB value is (144,85,172). Sum of RGB (Red+Green+Blue) = 144+85+172=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #9055AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9055AC is #6FAA53. Grayscale: #707070. Windows color (decimal): -7318100 or 11294096. OLE color: 11294096.

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

Color convert

RGB 144 85 172 -
CMYK 0.16 0.51 0 0.33
HSL 280.69º 0.34% 0.5% -
HSV(B) 280.69º 0.51% 0.67% -
XYZ 22.2 15.4 40.83 -
YUV 112.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 144 85 172 0.16 0.51 0 0.33 280.69 0.34 0.5
Hex 90 55 AC 10 33 0 21 119 22 32
Octal 220 125 254 20 63 0 41 431 42 62
Binary 10010000 1010101 10101100 10000 110011 0 100001 100011001 100010 110010

Color Harmonies of #9055AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9055AC

Black with #9055AC

Text Example


Text Example

White with #9055AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9055AC; }

 p { color: rgb(144,85,172); }

 H1.HeaderClassName
 {
   color: #9055AC;
 }
 .AnyTagClassName
 {
   color: #9055AC;
 }
</style>

background-color css

<style>
 a { background-color: #9055AC; }

 a { background-color: rgb(144,85,172); }

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

border-color css

<style>
 span { border-color: #9055AC; }

 span { border-color: rgb(144,85,172); }

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