Html Css Color HEX #9141AC Deep Lilac

📋 copy color: '#9141AC'

red 145 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9141AC

Tints of Deep Lilac #9141AC

RGB

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

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

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

R = 37.96%
G = 17.02%
B = 45.03%

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

#9141AC (or 0x9141AC) is known color: Deep Lilac. HEX triplet: 91, 41 and AC. RGB value is (145,65,172). Sum of RGB (Red+Green+Blue) = 145+65+172=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #9141AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9141AC is #6EBE53. Grayscale: #646464. Windows color (decimal): -7257684 or 11288977. OLE color: 11288977.

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

Color convert

RGB 145 65 172 -
CMYK 0.16 0.62 0 0.33
HSL 284.86º 0.45% 0.46% -
HSV(B) 284.86º 0.62% 0.67% -
XYZ 21.01 12.78 40.39 -
YUV 101.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 145 65 172 0.16 0.62 0 0.33 284.86 0.45 0.46
Hex 91 41 AC 10 3E 0 21 11D 2D 2E
Octal 221 101 254 20 76 0 41 435 55 56
Binary 10010001 1000001 10101100 10000 111110 0 100001 100011101 101101 101110

Color Harmonies of #9141AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9141AC

Black with #9141AC

Text Example


Text Example

White with #9141AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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