Html Css Color HEX #9F55AF Deep Lilac

📋 copy color: '#9F55AF'

red 159 ◦ green 85 ◦ blue 175

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

Shades of Deep Lilac #9F55AF

Tints of Deep Lilac #9F55AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 37.95%
G = 20.29%
B = 41.77%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F55AF (or 0x9F55AF) is known color: Deep Lilac. HEX triplet: 9F, 55 and AF. RGB value is (159,85,175). Sum of RGB (Red+Green+Blue) = 159+85+175=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F55AF is #60AA50. Grayscale: #757575. Windows color (decimal): -6335057 or 11490719. OLE color: 11490719.

HSL color Cylindrical-coordinate representation of color #9F55AF: hue angle of 289.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F55AF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 85 175 -
CMYK 0.09 0.51 0 0.31
HSL 289.33º 0.36% 0.51% -
HSV(B) 289.33º 0.51% 0.69% -
XYZ 25.28 16.96 42.5 -
YUV 117.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 159 85 175 0.09 0.51 0 0.31 289.33 0.36 0.51
Hex 9F 55 AF 9 33 0 1F 121 24 33
Octal 237 125 257 11 63 0 37 441 44 63
Binary 10011111 1010101 10101111 1001 110011 0 11111 100100001 100100 110011

Color Harmonies of #9F55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55AF

Black with #9F55AF

Text Example


Text Example

White with #9F55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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