Html Css Color HEX #9660AF Deep Lilac

📋 copy color: '#9660AF'

red 150 ◦ green 96 ◦ blue 175

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

Shades of Deep Lilac #9660AF

Tints of Deep Lilac #9660AF

RGB

 RED value IS 150 (58.98% from 255) = 35.63%

 GREEN value IS 96 (37.89% from 255) = 22.8%

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

R = 35.63%
G = 22.8%
B = 41.57%

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

#9660AF (or 0x9660AF) is known color: Deep Lilac. HEX triplet: 96, 60 and AF. RGB value is (150,96,175). Sum of RGB (Red+Green+Blue) = 150+96+175=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #9660AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9660AF is #699F50. Grayscale: #787878. Windows color (decimal): -6922065 or 11493526. OLE color: 11493526.

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

Color convert

RGB 150 96 175 -
CMYK 0.14 0.45 0 0.31
HSL 281.01º 0.33% 0.53% -
HSV(B) 281.01º 0.45% 0.69% -
XYZ 24.5 17.94 42.73 -
YUV 121.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 150 96 175 0.14 0.45 0 0.31 281.01 0.33 0.53
Hex 96 60 AF E 2D 0 1F 119 21 35
Octal 226 140 257 16 55 0 37 431 41 65
Binary 10010110 1100000 10101111 1110 101101 0 11111 100011001 100001 110101

Color Harmonies of #9660AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660AF

Black with #9660AF

Text Example


Text Example

White with #9660AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,96,175); }

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

background-color css

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

 a { background-color: rgb(150,96,175); }

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

border-color css

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

 span { border-color: rgb(150,96,175); }

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