Html Css Color HEX #9557BA Deep Lilac

📋 copy color: '#9557BA'

red 149 ◦ green 87 ◦ blue 186

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

Shades of Deep Lilac #9557BA

Tints of Deep Lilac #9557BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

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

R = 35.31%
G = 20.62%
B = 44.08%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9557BA (or 0x9557BA) is known color: Deep Lilac. HEX triplet: 95, 57 and BA. RGB value is (149,87,186). Sum of RGB (Red+Green+Blue) = 149+87+186=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9557BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557BA is #6AA845. Grayscale: #747474. Windows color (decimal): -6989894 or 12212117. OLE color: 12212117.

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

Color convert

RGB 149 87 186 -
CMYK 0.20 0.53 0 0.27
HSL 277.58º 0.42% 0.54% -
HSV(B) 277.58º 0.53% 0.73% -
XYZ 24.67 16.75 48.39 -
YUV 116.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 149 87 186 0.20 0.53 0 0.27 277.58 0.42 0.54
Hex 95 57 BA 14 35 0 1B 116 2A 36
Octal 225 127 272 24 65 0 33 426 52 66
Binary 10010101 1010111 10111010 10100 110101 0 11011 100010110 101010 110110

Color Harmonies of #9557BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9557BA

Black with #9557BA

Text Example


Text Example

White with #9557BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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