Html Css Color HEX #9860AD Deep Lilac

📋 copy color: '#9860AD'

red 152 ◦ green 96 ◦ blue 173

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

Shades of Deep Lilac #9860AD

Tints of Deep Lilac #9860AD

RGB

 RED value IS 152 (59.77% from 255) = 36.1%

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 36.1%
G = 22.8%
B = 41.09%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9860AD (or 0x9860AD) is known color: Deep Lilac. HEX triplet: 98, 60 and AD. RGB value is (152,96,173). Sum of RGB (Red+Green+Blue) = 152+96+173=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9860AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9860AD is #679F52. Grayscale: #797979. Windows color (decimal): -6790995 or 11362456. OLE color: 11362456.

HSL color Cylindrical-coordinate representation of color #9860AD: hue angle of 283.64º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9860AD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 96 173 -
CMYK 0.12 0.45 0 0.32
HSL 283.64º 0.32% 0.53% -
HSV(B) 283.64º 0.45% 0.68% -
XYZ 24.67 18.06 41.72 -
YUV 121.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 152 96 173 0.12 0.45 0 0.32 283.64 0.32 0.53
Hex 98 60 AD C 2D 0 20 11C 20 35
Octal 230 140 255 14 55 0 40 434 40 65
Binary 10011000 1100000 10101101 1100 101101 0 100000 100011100 100000 110101

Color Harmonies of #9860AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860AD

Black with #9860AD

Text Example


Text Example

White with #9860AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9860AD; }

 p { color: rgb(152,96,173); }

 H1.HeaderClassName
 {
   color: #9860AD;
 }
 .AnyTagClassName
 {
   color: #9860AD;
 }
</style>

background-color css

<style>
 a { background-color: #9860AD; }

 a { background-color: rgb(152,96,173); }

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

border-color css

<style>
 span { border-color: #9860AD; }

 span { border-color: rgb(152,96,173); }

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