Html Css Color HEX #9548A6 Deep Lilac

📋 copy color: '#9548A6'

red 149 ◦ green 72 ◦ blue 166

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

Shades of Deep Lilac #9548A6

Tints of Deep Lilac #9548A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.89%

R = 38.5%
G = 18.6%
B = 42.89%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9548A6 (or 0x9548A6) is known color: Deep Lilac. HEX triplet: 95, 48 and A6. RGB value is (149,72,166). Sum of RGB (Red+Green+Blue) = 149+72+166=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #9548A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9548A6 is #6AB759. Grayscale: #696969. Windows color (decimal): -6993754 or 10897557. OLE color: 10897557.

HSL color Cylindrical-coordinate representation of color #9548A6: hue angle of 289.15º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9548A6 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 72 166 -
CMYK 0.10 0.57 0 0.35
HSL 289.15º 0.39% 0.47% -
HSV(B) 289.15º 0.57% 0.65% -
XYZ 21.59 13.78 37.6 -
YUV 105.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 149 72 166 0.10 0.57 0 0.35 289.15 0.39 0.47
Hex 95 48 A6 A 39 0 23 121 27 2F
Octal 225 110 246 12 71 0 43 441 47 57
Binary 10010101 1001000 10100110 1010 111001 0 100011 100100001 100111 101111

Color Harmonies of #9548A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548A6

Black with #9548A6

Text Example


Text Example

White with #9548A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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