Html Css Color HEX #9761AF Deep Lilac

📋 copy color: '#9761AF'

red 151 ◦ green 97 ◦ blue 175

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

Shades of Deep Lilac #9761AF

Tints of Deep Lilac #9761AF

RGB

 RED value IS 151 (59.38% from 255) = 35.7%

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

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

R = 35.7%
G = 22.93%
B = 41.37%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9761AF (or 0x9761AF) is known color: Deep Lilac. HEX triplet: 97, 61 and AF. RGB value is (151,97,175). Sum of RGB (Red+Green+Blue) = 151+97+175=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #9761AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9761AF is #689E50. Grayscale: #797979. Windows color (decimal): -6856273 or 11493783. OLE color: 11493783.

HSL color Cylindrical-coordinate representation of color #9761AF: hue angle of 281.54º 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 #9761AF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 97 175 -
CMYK 0.14 0.45 0 0.31
HSL 281.54º 0.33% 0.53% -
HSV(B) 281.54º 0.45% 0.69% -
XYZ 24.78 18.22 42.77 -
YUV 122.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 151 97 175 0.14 0.45 0 0.31 281.54 0.33 0.53
Hex 97 61 AF E 2D 0 1F 11A 21 35
Octal 227 141 257 16 55 0 37 432 41 65
Binary 10010111 1100001 10101111 1110 101101 0 11111 100011010 100001 110101

Color Harmonies of #9761AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9761AF

Black with #9761AF

Text Example


Text Example

White with #9761AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9761AF; }

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

 H1.HeaderClassName
 {
   color: #9761AF;
 }
 .AnyTagClassName
 {
   color: #9761AF;
 }
</style>

background-color css

<style>
 a { background-color: #9761AF; }

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

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

border-color css

<style>
 span { border-color: #9761AF; }

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

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