Html Css Color HEX #9054AC Deep Lilac

📋 copy color: '#9054AC'

red 144 ◦ green 84 ◦ blue 172

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

Shades of Deep Lilac #9054AC

Tints of Deep Lilac #9054AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

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

R = 36%
G = 21%
B = 43%

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

#9054AC (or 0x9054AC) is known color: Deep Lilac. HEX triplet: 90, 54 and AC. RGB value is (144,84,172). Sum of RGB (Red+Green+Blue) = 144+84+172=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #9054AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9054AC is #6FAB53. Grayscale: #6F6F6F. Windows color (decimal): -7318356 or 11293840. OLE color: 11293840.

HSL color Cylindrical-coordinate representation of color #9054AC: hue angle of 280.91º degrees, saturation: 0.35, 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 #9054AC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 84 172 -
CMYK 0.16 0.51 0 0.33
HSL 280.91º 0.35% 0.5% -
HSV(B) 280.91º 0.51% 0.67% -
XYZ 22.12 15.25 40.81 -
YUV 111.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 144 84 172 0.16 0.51 0 0.33 280.91 0.35 0.5
Hex 90 54 AC 10 33 0 21 119 23 32
Octal 220 124 254 20 63 0 41 431 43 62
Binary 10010000 1010100 10101100 10000 110011 0 100001 100011001 100011 110010

Color Harmonies of #9054AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9054AC

Black with #9054AC

Text Example


Text Example

White with #9054AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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