Html Css Color HEX #9D48AC Deep Lilac

📋 copy color: '#9D48AC'

red 157 ◦ green 72 ◦ blue 172

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

Shades of Deep Lilac #9D48AC

Tints of Deep Lilac #9D48AC

RGB

 RED value IS 157 (61.72% from 255) = 39.15%

 GREEN value IS 72 (28.52% from 255) = 17.96%

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

R = 39.15%
G = 17.96%
B = 42.89%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D48AC (or 0x9D48AC) is known color: Deep Lilac. HEX triplet: 9D, 48 and AC. RGB value is (157,72,172). Sum of RGB (Red+Green+Blue) = 157+72+172=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D48AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D48AC is #62B753. Grayscale: #6C6C6C. Windows color (decimal): -6469460 or 11290781. OLE color: 11290781.

HSL color Cylindrical-coordinate representation of color #9D48AC: hue angle of 291º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D48AC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 72 172 -
CMYK 0.09 0.58 0 0.33
HSL 291º 0.41% 0.48% -
HSV(B) 291º 0.58% 0.67% -
XYZ 23.67 14.78 40.64 -
YUV 108.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 157 72 172 0.09 0.58 0 0.33 291 0.41 0.48
Hex 9D 48 AC 9 3A 0 21 123 29 30
Octal 235 110 254 11 72 0 41 443 51 60
Binary 10011101 1001000 10101100 1001 111010 0 100001 100100011 101001 110000

Color Harmonies of #9D48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D48AC

Black with #9D48AC

Text Example


Text Example

White with #9D48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,72,172); }

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

background-color css

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

 a { background-color: rgb(157,72,172); }

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

border-color css

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

 span { border-color: rgb(157,72,172); }

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