Html Css Color HEX #9141AD Deep Lilac

📋 copy color: '#9141AD'

red 145 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #9141AD

Tints of Deep Lilac #9141AD

RGB

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

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

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

R = 37.86%
G = 16.97%
B = 45.17%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9141AD (or 0x9141AD) is known color: Deep Lilac. HEX triplet: 91, 41 and AD. RGB value is (145,65,173). Sum of RGB (Red+Green+Blue) = 145+65+173=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #9141AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9141AD is #6EBE52. Grayscale: #646464. Windows color (decimal): -7257683 or 11354513. OLE color: 11354513.

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

Color convert

RGB 145 65 173 -
CMYK 0.16 0.62 0 0.32
HSL 284.44º 0.45% 0.47% -
HSV(B) 284.44º 0.62% 0.68% -
XYZ 21.11 12.82 40.9 -
YUV 101.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 145 65 173 0.16 0.62 0 0.32 284.44 0.45 0.47
Hex 91 41 AD 10 3E 0 20 11C 2D 2F
Octal 221 101 255 20 76 0 40 434 55 57
Binary 10010001 1000001 10101101 10000 111110 0 100000 100011100 101101 101111

Color Harmonies of #9141AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9141AD

Black with #9141AD

Text Example


Text Example

White with #9141AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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