Html Css Color HEX #9A4FAD Deep Lilac

📋 copy color: '#9A4FAD'

red 154 ◦ green 79 ◦ blue 173

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

Shades of Deep Lilac #9A4FAD

Tints of Deep Lilac #9A4FAD

RGB

 RED value IS 154 (60.55% from 255) = 37.93%

 GREEN value IS 79 (31.25% from 255) = 19.46%

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

R = 37.93%
G = 19.46%
B = 42.61%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A4FAD (or 0x9A4FAD) is known color: Deep Lilac. HEX triplet: 9A, 4F and AD. RGB value is (154,79,173). Sum of RGB (Red+Green+Blue) = 154+79+173=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A4FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4FAD is #65B052. Grayscale: #6F6F6F. Windows color (decimal): -6664275 or 11358106. OLE color: 11358106.

HSL color Cylindrical-coordinate representation of color #9A4FAD: hue angle of 287.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A4FAD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 79 173 -
CMYK 0.11 0.54 0 0.32
HSL 287.87º 0.37% 0.49% -
HSV(B) 287.87º 0.54% 0.68% -
XYZ 23.67 15.48 41.28 -
YUV 112.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 154 79 173 0.11 0.54 0 0.32 287.87 0.37 0.49
Hex 9A 4F AD B 36 0 20 120 25 31
Octal 232 117 255 13 66 0 40 440 45 61
Binary 10011010 1001111 10101101 1011 110110 0 100000 100100000 100101 110001

Color Harmonies of #9A4FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4FAD

Black with #9A4FAD

Text Example


Text Example

White with #9A4FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4FAD; }

 p { color: rgb(154,79,173); }

 H1.HeaderClassName
 {
   color: #9A4FAD;
 }
 .AnyTagClassName
 {
   color: #9A4FAD;
 }
</style>

background-color css

<style>
 a { background-color: #9A4FAD; }

 a { background-color: rgb(154,79,173); }

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

border-color css

<style>
 span { border-color: #9A4FAD; }

 span { border-color: rgb(154,79,173); }

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