Html Css Color HEX #9549BA Deep Lilac

📋 copy color: '#9549BA'

red 149 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #9549BA

Tints of Deep Lilac #9549BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.89%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 36.52%
G = 17.89%
B = 45.59%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9549BA (or 0x9549BA) is known color: Deep Lilac. HEX triplet: 95, 49 and BA. RGB value is (149,73,186). Sum of RGB (Red+Green+Blue) = 149+73+186=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #9549BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9549BA is #6AB645. Grayscale: #6C6C6C. Windows color (decimal): -6993478 or 12208533. OLE color: 12208533.

HSL color Cylindrical-coordinate representation of color #9549BA: hue angle of 280.35º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9549BA is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 73 186 -
CMYK 0.20 0.61 0 0.27
HSL 280.35º 0.45% 0.51% -
HSV(B) 280.35º 0.61% 0.73% -
XYZ 23.64 14.7 48.05 -
YUV 108.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 149 73 186 0.20 0.61 0 0.27 280.35 0.45 0.51
Hex 95 49 BA 14 3D 0 1B 118 2D 33
Octal 225 111 272 24 75 0 33 430 55 63
Binary 10010101 1001001 10111010 10100 111101 0 11011 100011000 101101 110011

Color Harmonies of #9549BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9549BA

Black with #9549BA

Text Example


Text Example

White with #9549BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9549BA; }

 p { color: rgb(149,73,186); }

 H1.HeaderClassName
 {
   color: #9549BA;
 }
 .AnyTagClassName
 {
   color: #9549BA;
 }
</style>

background-color css

<style>
 a { background-color: #9549BA; }

 a { background-color: rgb(149,73,186); }

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

border-color css

<style>
 span { border-color: #9549BA; }

 span { border-color: rgb(149,73,186); }

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