Html Css Color HEX #9955AE Deep Lilac

📋 copy color: '#9955AE'

red 153 ◦ green 85 ◦ blue 174

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

Shades of Deep Lilac #9955AE

Tints of Deep Lilac #9955AE

RGB

 RED value IS 153 (60.16% from 255) = 37.14%

 GREEN value IS 85 (33.59% from 255) = 20.63%

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

R = 37.14%
G = 20.63%
B = 42.23%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9955AE (or 0x9955AE) is known color: Deep Lilac. HEX triplet: 99, 55 and AE. RGB value is (153,85,174). Sum of RGB (Red+Green+Blue) = 153+85+174=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #9955AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9955AE is #66AA51. Grayscale: #737373. Windows color (decimal): -6728274 or 11425177. OLE color: 11425177.

HSL color Cylindrical-coordinate representation of color #9955AE: hue angle of 285.84º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9955AE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 85 174 -
CMYK 0.12 0.51 0 0.32
HSL 285.84º 0.35% 0.51% -
HSV(B) 285.84º 0.51% 0.68% -
XYZ 24.03 16.33 41.93 -
YUV 115.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 153 85 174 0.12 0.51 0 0.32 285.84 0.35 0.51
Hex 99 55 AE C 33 0 20 11E 23 33
Octal 231 125 256 14 63 0 40 436 43 63
Binary 10011001 1010101 10101110 1100 110011 0 100000 100011110 100011 110011

Color Harmonies of #9955AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955AE

Black with #9955AE

Text Example


Text Example

White with #9955AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,85,174); }

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

background-color css

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

 a { background-color: rgb(153,85,174); }

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

border-color css

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

 span { border-color: rgb(153,85,174); }

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