Html Css Color HEX #9541AC Deep Lilac

📋 copy color: '#9541AC'

red 149 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9541AC

Tints of Deep Lilac #9541AC

RGB

 RED value IS 149 (58.59% from 255) = 38.6%

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

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

R = 38.6%
G = 16.84%
B = 44.56%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9541AC (or 0x9541AC) is known color: Deep Lilac. HEX triplet: 95, 41 and AC. RGB value is (149,65,172). Sum of RGB (Red+Green+Blue) = 149+65+172=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9541AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9541AC is #6ABE53. Grayscale: #656565. Windows color (decimal): -6995540 or 11288981. OLE color: 11288981.

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

Color convert

RGB 149 65 172 -
CMYK 0.13 0.62 0 0.33
HSL 287.1º 0.45% 0.46% -
HSV(B) 287.1º 0.62% 0.67% -
XYZ 21.73 13.15 40.42 -
YUV 102.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 149 65 172 0.13 0.62 0 0.33 287.1 0.45 0.46
Hex 95 41 AC D 3E 0 21 11F 2D 2E
Octal 225 101 254 15 76 0 41 437 55 56
Binary 10010101 1000001 10101100 1101 111110 0 100001 100011111 101101 101110

Color Harmonies of #9541AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9541AC

Black with #9541AC

Text Example


Text Example

White with #9541AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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