Html Css Color HEX #9A48AC Deep Lilac

📋 copy color: '#9A48AC'

red 154 ◦ green 72 ◦ blue 172

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

Shades of Deep Lilac #9A48AC

Tints of Deep Lilac #9A48AC

RGB

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

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

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

R = 38.69%
G = 18.09%
B = 43.22%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A48AC (or 0x9A48AC) is known color: Deep Lilac. HEX triplet: 9A, 48 and AC. RGB value is (154,72,172). Sum of RGB (Red+Green+Blue) = 154+72+172=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A48AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A48AC is #65B753. Grayscale: #6B6B6B. Windows color (decimal): -6666068 or 11290778. OLE color: 11290778.

HSL color Cylindrical-coordinate representation of color #9A48AC: hue angle of 289.2º 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 #9A48AC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 72 172 -
CMYK 0.10 0.58 0 0.33
HSL 289.2º 0.41% 0.48% -
HSV(B) 289.2º 0.58% 0.67% -
XYZ 23.09 14.48 40.61 -
YUV 107.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 154 72 172 0.10 0.58 0 0.33 289.2 0.41 0.48
Hex 9A 48 AC A 3A 0 21 121 29 30
Octal 232 110 254 12 72 0 41 441 51 60
Binary 10011010 1001000 10101100 1010 111010 0 100001 100100001 101001 110000

Color Harmonies of #9A48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A48AC

Black with #9A48AC

Text Example


Text Example

White with #9A48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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