Html Css Color HEX #9140AC Deep Lilac

📋 copy color: '#9140AC'

red 145 ◦ green 64 ◦ blue 172

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

Shades of Deep Lilac #9140AC

Tints of Deep Lilac #9140AC

RGB

 RED value IS 145 (57.03% from 255) = 38.06%

 GREEN value IS 64 (25.39% from 255) = 16.8%

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

R = 38.06%
G = 16.8%
B = 45.14%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9140AC (or 0x9140AC) is known color: Deep Lilac. HEX triplet: 91, 40 and AC. RGB value is (145,64,172). Sum of RGB (Red+Green+Blue) = 145+64+172=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 64 (25.39% from 255 or 16.80% 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 #9140AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9140AC is #6EBF53. Grayscale: #646464. Windows color (decimal): -7257940 or 11288721. OLE color: 11288721.

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

Color convert

RGB 145 64 172 -
CMYK 0.16 0.63 0 0.33
HSL 285º 0.46% 0.46% -
HSV(B) 285º 0.63% 0.67% -
XYZ 20.96 12.67 40.37 -
YUV 100.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 145 64 172 0.16 0.63 0 0.33 285 0.46 0.46
Hex 91 40 AC 10 3F 0 21 11D 2E 2E
Octal 221 100 254 20 77 0 41 435 56 56
Binary 10010001 1000000 10101100 10000 111111 0 100001 100011101 101110 101110

Color Harmonies of #9140AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140AC

Black with #9140AC

Text Example


Text Example

White with #9140AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,64,172); }

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

background-color css

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

 a { background-color: rgb(145,64,172); }

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

border-color css

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

 span { border-color: rgb(145,64,172); }

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