Html Css Color HEX #9041AC Deep Lilac

📋 copy color: '#9041AC'

red 144 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9041AC

Tints of Deep Lilac #9041AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

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

R = 37.8%
G = 17.06%
B = 45.14%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9041AC (or 0x9041AC) is known color: Deep Lilac. HEX triplet: 90, 41 and AC. RGB value is (144,65,172). Sum of RGB (Red+Green+Blue) = 144+65+172=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #9041AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9041AC is #6FBE53. Grayscale: #646464. Windows color (decimal): -7323220 or 11288976. OLE color: 11288976.

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

Color convert

RGB 144 65 172 -
CMYK 0.16 0.62 0 0.33
HSL 284.3º 0.45% 0.46% -
HSV(B) 284.3º 0.62% 0.67% -
XYZ 20.84 12.69 40.38 -
YUV 100.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 144 65 172 0.16 0.62 0 0.33 284.3 0.45 0.46
Hex 90 41 AC 10 3E 0 21 11C 2D 2E
Octal 220 101 254 20 76 0 41 434 55 56
Binary 10010000 1000001 10101100 10000 111110 0 100001 100011100 101101 101110

Color Harmonies of #9041AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9041AC

Black with #9041AC

Text Example


Text Example

White with #9041AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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