Html Css Color HEX #9140AD Deep Lilac

📋 copy color: '#9140AD'

red 145 ◦ green 64 ◦ blue 173

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

Shades of Deep Lilac #9140AD

Tints of Deep Lilac #9140AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 37.96%
G = 16.75%
B = 45.29%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9140AD (or 0x9140AD) is known color: Deep Lilac. HEX triplet: 91, 40 and AD. RGB value is (145,64,173). Sum of RGB (Red+Green+Blue) = 145+64+173=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #9140AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9140AD is #6EBF52. Grayscale: #646464. Windows color (decimal): -7257939 or 11354257. OLE color: 11354257.

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

Color convert

RGB 145 64 173 -
CMYK 0.16 0.63 0 0.32
HSL 284.59º 0.46% 0.46% -
HSV(B) 284.59º 0.63% 0.68% -
XYZ 21.05 12.7 40.88 -
YUV 100.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 145 64 173 0.16 0.63 0 0.32 284.59 0.46 0.46
Hex 91 40 AD 10 3F 0 20 11D 2E 2E
Octal 221 100 255 20 77 0 40 435 56 56
Binary 10010001 1000000 10101101 10000 111111 0 100000 100011101 101110 101110

Color Harmonies of #9140AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140AD

Black with #9140AD

Text Example


Text Example

White with #9140AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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