Html Css Color HEX #9961AF Deep Lilac

📋 copy color: '#9961AF'

red 153 ◦ green 97 ◦ blue 175

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

Shades of Deep Lilac #9961AF

Tints of Deep Lilac #9961AF

RGB

 RED value IS 153 (60.16% from 255) = 36%

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

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

R = 36%
G = 22.82%
B = 41.18%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9961AF (or 0x9961AF) is known color: Deep Lilac. HEX triplet: 99, 61 and AF. RGB value is (153,97,175). Sum of RGB (Red+Green+Blue) = 153+97+175=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #9961AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9961AF is #669E50. Grayscale: #7A7A7A. Windows color (decimal): -6725201 or 11493785. OLE color: 11493785.

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

Color convert

RGB 153 97 175 -
CMYK 0.13 0.45 0 0.31
HSL 283.08º 0.33% 0.53% -
HSV(B) 283.08º 0.45% 0.69% -
XYZ 25.15 18.42 42.79 -
YUV 122.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 153 97 175 0.13 0.45 0 0.31 283.08 0.33 0.53
Hex 99 61 AF D 2D 0 1F 11B 21 35
Octal 231 141 257 15 55 0 37 433 41 65
Binary 10011001 1100001 10101111 1101 101101 0 11111 100011011 100001 110101

Color Harmonies of #9961AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9961AF

Black with #9961AF

Text Example


Text Example

White with #9961AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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