Html Css Color HEX #9860AE Deep Lilac

📋 copy color: '#9860AE'

red 152 ◦ green 96 ◦ blue 174

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

Shades of Deep Lilac #9860AE

Tints of Deep Lilac #9860AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 36.02%
G = 22.75%
B = 41.23%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9860AE (or 0x9860AE) is known color: Deep Lilac. HEX triplet: 98, 60 and AE. RGB value is (152,96,174). Sum of RGB (Red+Green+Blue) = 152+96+174=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #9860AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9860AE is #679F51. Grayscale: #797979. Windows color (decimal): -6790994 or 11427992. OLE color: 11427992.

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

Color convert

RGB 152 96 174 -
CMYK 0.13 0.45 0 0.32
HSL 283.08º 0.33% 0.53% -
HSV(B) 283.08º 0.45% 0.68% -
XYZ 24.77 18.1 42.23 -
YUV 121.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 152 96 174 0.13 0.45 0 0.32 283.08 0.33 0.53
Hex 98 60 AE D 2D 0 20 11B 20 35
Octal 230 140 256 15 55 0 40 433 40 65
Binary 10011000 1100000 10101110 1101 101101 0 100000 100011011 100000 110101

Color Harmonies of #9860AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860AE

Black with #9860AE

Text Example


Text Example

White with #9860AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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