Html Css Color HEX #9554BB Deep Lilac

📋 copy color: '#9554BB'

red 149 ◦ green 84 ◦ blue 187

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

Shades of Deep Lilac #9554BB

Tints of Deep Lilac #9554BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 35.48%
G = 20%
B = 44.52%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9554BB (or 0x9554BB) is known color: Deep Lilac. HEX triplet: 95, 54 and BB. RGB value is (149,84,187). Sum of RGB (Red+Green+Blue) = 149+84+187=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #9554BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554BB is #6AAB44. Grayscale: #727272. Windows color (decimal): -6990661 or 12276885. OLE color: 12276885.

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

Color convert

RGB 149 84 187 -
CMYK 0.20 0.55 0 0.27
HSL 277.86º 0.43% 0.53% -
HSV(B) 277.86º 0.55% 0.73% -
XYZ 24.53 16.32 48.87 -
YUV 115.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 149 84 187 0.20 0.55 0 0.27 277.86 0.43 0.53
Hex 95 54 BB 14 37 0 1B 116 2B 35
Octal 225 124 273 24 67 0 33 426 53 65
Binary 10010101 1010100 10111011 10100 110111 0 11011 100010110 101011 110101

Color Harmonies of #9554BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9554BB

Black with #9554BB

Text Example


Text Example

White with #9554BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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