Html Css Color HEX #9959AE Deep Lilac

📋 copy color: '#9959AE'

red 153 ◦ green 89 ◦ blue 174

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

Shades of Deep Lilac #9959AE

Tints of Deep Lilac #9959AE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.39%

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

R = 36.78%
G = 21.39%
B = 41.83%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9959AE (or 0x9959AE) is known color: Deep Lilac. HEX triplet: 99, 59 and AE. RGB value is (153,89,174). Sum of RGB (Red+Green+Blue) = 153+89+174=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #9959AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9959AE is #66A651. Grayscale: #757575. Windows color (decimal): -6727250 or 11426201. OLE color: 11426201.

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

Color convert

RGB 153 89 174 -
CMYK 0.12 0.49 0 0.32
HSL 285.18º 0.34% 0.52% -
HSV(B) 285.18º 0.49% 0.68% -
XYZ 24.35 16.97 42.04 -
YUV 117.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 153 89 174 0.12 0.49 0 0.32 285.18 0.34 0.52
Hex 99 59 AE C 31 0 20 11D 22 34
Octal 231 131 256 14 61 0 40 435 42 64
Binary 10011001 1011001 10101110 1100 110001 0 100000 100011101 100010 110100

Color Harmonies of #9959AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9959AE

Black with #9959AE

Text Example


Text Example

White with #9959AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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