Html Css Color HEX #9553AE Deep Lilac

📋 copy color: '#9553AE'

red 149 ◦ green 83 ◦ blue 174

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

Shades of Deep Lilac #9553AE

Tints of Deep Lilac #9553AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 36.7%
G = 20.44%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9553AE (or 0x9553AE) is known color: Deep Lilac. HEX triplet: 95, 53 and AE. RGB value is (149,83,174). Sum of RGB (Red+Green+Blue) = 149+83+174=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #9553AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9553AE is #6AAC51. Grayscale: #707070. Windows color (decimal): -6990930 or 11424661. OLE color: 11424661.

HSL color Cylindrical-coordinate representation of color #9553AE: hue angle of 283.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9553AE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 83 174 -
CMYK 0.14 0.52 0 0.32
HSL 283.52º 0.36% 0.5% -
HSV(B) 283.52º 0.52% 0.68% -
XYZ 23.13 15.63 41.84 -
YUV 113.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 149 83 174 0.14 0.52 0 0.32 283.52 0.36 0.5
Hex 95 53 AE E 34 0 20 11C 24 32
Octal 225 123 256 16 64 0 40 434 44 62
Binary 10010101 1010011 10101110 1110 110100 0 100000 100011100 100100 110010

Color Harmonies of #9553AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9553AE

Black with #9553AE

Text Example


Text Example

White with #9553AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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