Html Css Color HEX #9553BA Deep Lilac

📋 copy color: '#9553BA'

red 149 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #9553BA

Tints of Deep Lilac #9553BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

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

R = 35.65%
G = 19.86%
B = 44.5%

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

#9553BA (or 0x9553BA) is known color: Deep Lilac. HEX triplet: 95, 53 and BA. RGB value is (149,83,186). Sum of RGB (Red+Green+Blue) = 149+83+186=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9553BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9553BA is #6AAC45. Grayscale: #727272. Windows color (decimal): -6990918 or 12211093. OLE color: 12211093.

HSL color Cylindrical-coordinate representation of color #9553BA: hue angle of 278.45º 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 #9553BA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 83 186 -
CMYK 0.20 0.55 0 0.27
HSL 278.45º 0.43% 0.53% -
HSV(B) 278.45º 0.55% 0.73% -
XYZ 24.35 16.12 48.28 -
YUV 114.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 149 83 186 0.20 0.55 0 0.27 278.45 0.43 0.53
Hex 95 53 BA 14 37 0 1B 116 2B 35
Octal 225 123 272 24 67 0 33 426 53 65
Binary 10010101 1010011 10111010 10100 110111 0 11011 100010110 101011 110101

Color Harmonies of #9553BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553BA

Black with #9553BA

Text Example


Text Example

White with #9553BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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