Html Css Color HEX #9548AC Deep Lilac

📋 copy color: '#9548AC'

red 149 ◦ green 72 ◦ blue 172

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

Shades of Deep Lilac #9548AC

Tints of Deep Lilac #9548AC

RGB

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

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

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

R = 37.91%
G = 18.32%
B = 43.77%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9548AC (or 0x9548AC) is known color: Deep Lilac. HEX triplet: 95, 48 and AC. RGB value is (149,72,172). Sum of RGB (Red+Green+Blue) = 149+72+172=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #9548AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9548AC is #6AB753. Grayscale: #6A6A6A. Windows color (decimal): -6993748 or 11290773. OLE color: 11290773.

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

Color convert

RGB 149 72 172 -
CMYK 0.13 0.58 0 0.33
HSL 286.2º 0.41% 0.48% -
HSV(B) 286.2º 0.58% 0.67% -
XYZ 22.16 14 40.56 -
YUV 106.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 149 72 172 0.13 0.58 0 0.33 286.2 0.41 0.48
Hex 95 48 AC D 3A 0 21 11E 29 30
Octal 225 110 254 15 72 0 41 436 51 60
Binary 10010101 1001000 10101100 1101 111010 0 100001 100011110 101001 110000

Color Harmonies of #9548AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548AC

Black with #9548AC

Text Example


Text Example

White with #9548AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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