Html Css Color HEX #9547BB Deep Lilac

📋 copy color: '#9547BB'

red 149 ◦ green 71 ◦ blue 187

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

Shades of Deep Lilac #9547BB

Tints of Deep Lilac #9547BB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

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

R = 36.61%
G = 17.44%
B = 45.95%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9547BB (or 0x9547BB) is known color: Deep Lilac. HEX triplet: 95, 47 and BB. RGB value is (149,71,187). Sum of RGB (Red+Green+Blue) = 149+71+187=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #9547BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547BB is #6AB844. Grayscale: #6B6B6B. Windows color (decimal): -6993989 or 12273557. OLE color: 12273557.

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

Color convert

RGB 149 71 187 -
CMYK 0.20 0.62 0 0.27
HSL 280.34º 0.46% 0.51% -
HSV(B) 280.34º 0.62% 0.73% -
XYZ 23.62 14.48 48.56 -
YUV 107.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 149 71 187 0.20 0.62 0 0.27 280.34 0.46 0.51
Hex 95 47 BB 14 3E 0 1B 118 2E 33
Octal 225 107 273 24 76 0 33 430 56 63
Binary 10010101 1000111 10111011 10100 111110 0 11011 100011000 101110 110011

Color Harmonies of #9547BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9547BB

Black with #9547BB

Text Example


Text Example

White with #9547BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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