Html Css Color HEX #9F5AAF Deep Lilac

📋 copy color: '#9F5AAF'

red 159 ◦ green 90 ◦ blue 175

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

Shades of Deep Lilac #9F5AAF

Tints of Deep Lilac #9F5AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

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

R = 37.5%
G = 21.23%
B = 41.27%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F5AAF (or 0x9F5AAF) is known color: Deep Lilac. HEX triplet: 9F, 5A and AF. RGB value is (159,90,175). Sum of RGB (Red+Green+Blue) = 159+90+175=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F5AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5AAF is #60A550. Grayscale: #787878. Windows color (decimal): -6333777 or 11491999. OLE color: 11491999.

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

Color convert

RGB 159 90 175 -
CMYK 0.09 0.49 0 0.31
HSL 288.71º 0.35% 0.52% -
HSV(B) 288.71º 0.49% 0.69% -
XYZ 25.69 17.78 42.63 -
YUV 120.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 159 90 175 0.09 0.49 0 0.31 288.71 0.35 0.52
Hex 9F 5A AF 9 31 0 1F 121 23 34
Octal 237 132 257 11 61 0 37 441 43 64
Binary 10011111 1011010 10101111 1001 110001 0 11111 100100001 100011 110100

Color Harmonies of #9F5AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5AAF

Black with #9F5AAF

Text Example


Text Example

White with #9F5AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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