Html Css Color HEX #9549BB Deep Lilac

📋 copy color: '#9549BB'

red 149 ◦ green 73 ◦ blue 187

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

Shades of Deep Lilac #9549BB

Tints of Deep Lilac #9549BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 36.43%
G = 17.85%
B = 45.72%

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

#9549BB (or 0x9549BB) is known color: Deep Lilac. HEX triplet: 95, 49 and BB. RGB value is (149,73,187). Sum of RGB (Red+Green+Blue) = 149+73+187=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #9549BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9549BB is #6AB644. Grayscale: #6C6C6C. Windows color (decimal): -6993477 or 12274069. OLE color: 12274069.

HSL color Cylindrical-coordinate representation of color #9549BB: hue angle of 280º degrees, saturation: 0.46, 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 #9549BB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 73 187 -
CMYK 0.20 0.61 0 0.27
HSL 280º 0.46% 0.51% -
HSV(B) 280º 0.61% 0.73% -
XYZ 23.75 14.74 48.61 -
YUV 108.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 149 73 187 0.20 0.61 0 0.27 280 0.46 0.51
Hex 95 49 BB 14 3D 0 1B 118 2E 33
Octal 225 111 273 24 75 0 33 430 56 63
Binary 10010101 1001001 10111011 10100 111101 0 11011 100011000 101110 110011

Color Harmonies of #9549BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9549BB

Black with #9549BB

Text Example


Text Example

White with #9549BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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