Html Css Color HEX #9F5CAF Deep Lilac

📋 copy color: '#9F5CAF'

red 159 ◦ green 92 ◦ blue 175

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

Shades of Deep Lilac #9F5CAF

Tints of Deep Lilac #9F5CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

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

R = 37.32%
G = 21.6%
B = 41.08%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F5CAF (or 0x9F5CAF) is known color: Deep Lilac. HEX triplet: 9F, 5C and AF. RGB value is (159,92,175). Sum of RGB (Red+Green+Blue) = 159+92+175=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5CAF is #60A350. Grayscale: #797979. Windows color (decimal): -6333265 or 11492511. OLE color: 11492511.

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

Color convert

RGB 159 92 175 -
CMYK 0.09 0.47 0 0.31
HSL 288.43º 0.34% 0.52% -
HSV(B) 288.43º 0.47% 0.69% -
XYZ 25.86 18.12 42.69 -
YUV 121.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 159 92 175 0.09 0.47 0 0.31 288.43 0.34 0.52
Hex 9F 5C AF 9 2F 0 1F 120 22 34
Octal 237 134 257 11 57 0 37 440 42 64
Binary 10011111 1011100 10101111 1001 101111 0 11111 100100000 100010 110100

Color Harmonies of #9F5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CAF

Black with #9F5CAF

Text Example


Text Example

White with #9F5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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