Html Css Color HEX #9D60AF Deep Lilac

📋 copy color: '#9D60AF'

red 157 ◦ green 96 ◦ blue 175

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

Shades of Deep Lilac #9D60AF

Tints of Deep Lilac #9D60AF

RGB

 RED value IS 157 (61.72% from 255) = 36.68%

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

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

R = 36.68%
G = 22.43%
B = 40.89%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D60AF (or 0x9D60AF) is known color: Deep Lilac. HEX triplet: 9D, 60 and AF. RGB value is (157,96,175). Sum of RGB (Red+Green+Blue) = 157+96+175=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D60AF is #629F50. Grayscale: #7A7A7A. Windows color (decimal): -6463313 or 11493533. OLE color: 11493533.

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

Color convert

RGB 157 96 175 -
CMYK 0.10 0.45 0 0.31
HSL 286.33º 0.33% 0.53% -
HSV(B) 286.33º 0.45% 0.69% -
XYZ 25.83 18.63 42.79 -
YUV 123.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 157 96 175 0.10 0.45 0 0.31 286.33 0.33 0.53
Hex 9D 60 AF A 2D 0 1F 11E 21 35
Octal 235 140 257 12 55 0 37 436 41 65
Binary 10011101 1100000 10101111 1010 101101 0 11111 100011110 100001 110101

Color Harmonies of #9D60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D60AF

Black with #9D60AF

Text Example


Text Example

White with #9D60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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