Html Css Color HEX #9F55AE Deep Lilac

📋 copy color: '#9F55AE'

red 159 ◦ green 85 ◦ blue 174

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

Shades of Deep Lilac #9F55AE

Tints of Deep Lilac #9F55AE

RGB

 RED value IS 159 (62.5% from 255) = 38.04%

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

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

R = 38.04%
G = 20.33%
B = 41.63%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F55AE (or 0x9F55AE) is known color: Deep Lilac. HEX triplet: 9F, 55 and AE. RGB value is (159,85,174). Sum of RGB (Red+Green+Blue) = 159+85+174=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F55AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F55AE is #60AA51. Grayscale: #747474. Windows color (decimal): -6335058 or 11425183. OLE color: 11425183.

HSL color Cylindrical-coordinate representation of color #9F55AE: hue angle of 289.89º 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 #9F55AE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 85 174 -
CMYK 0.09 0.51 0 0.32
HSL 289.89º 0.35% 0.51% -
HSV(B) 289.89º 0.51% 0.68% -
XYZ 25.19 16.92 41.98 -
YUV 117.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 159 85 174 0.09 0.51 0 0.32 289.89 0.35 0.51
Hex 9F 55 AE 9 33 0 20 122 23 33
Octal 237 125 256 11 63 0 40 442 43 63
Binary 10011111 1010101 10101110 1001 110011 0 100000 100100010 100011 110011

Color Harmonies of #9F55AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55AE

Black with #9F55AE

Text Example


Text Example

White with #9F55AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F55AE; }

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

 H1.HeaderClassName
 {
   color: #9F55AE;
 }
 .AnyTagClassName
 {
   color: #9F55AE;
 }
</style>

background-color css

<style>
 a { background-color: #9F55AE; }

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

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

border-color css

<style>
 span { border-color: #9F55AE; }

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

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