Html Css Color HEX #9F61AF Deep Lilac

📋 copy color: '#9F61AF'

red 159 ◦ green 97 ◦ blue 175

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

Shades of Deep Lilac #9F61AF

Tints of Deep Lilac #9F61AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

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

R = 36.89%
G = 22.51%
B = 40.6%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9F61AF (or 0x9F61AF) is known color: Deep Lilac. HEX triplet: 9F, 61 and AF. RGB value is (159,97,175). Sum of RGB (Red+Green+Blue) = 159+97+175=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F61AF is #609E50. Grayscale: #7C7C7C. Windows color (decimal): -6331985 or 11493791. OLE color: 11493791.

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

Color convert

RGB 159 97 175 -
CMYK 0.09 0.45 0 0.31
HSL 287.69º 0.33% 0.53% -
HSV(B) 287.69º 0.45% 0.69% -
XYZ 26.31 19.02 42.84 -
YUV 124.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 159 97 175 0.09 0.45 0 0.31 287.69 0.33 0.53
Hex 9F 61 AF 9 2D 0 1F 120 21 35
Octal 237 141 257 11 55 0 37 440 41 65
Binary 10011111 1100001 10101111 1001 101101 0 11111 100100000 100001 110101

Color Harmonies of #9F61AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F61AF

Black with #9F61AF

Text Example


Text Example

White with #9F61AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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