Html Css Color HEX #9861AC Deep Lilac

📋 copy color: '#9861AC'

red 152 ◦ green 97 ◦ blue 172

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

Shades of Deep Lilac #9861AC

Tints of Deep Lilac #9861AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 36.1%
G = 23.04%
B = 40.86%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9861AC (or 0x9861AC) is known color: Deep Lilac. HEX triplet: 98, 61 and AC. RGB value is (152,97,172). Sum of RGB (Red+Green+Blue) = 152+97+172=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9861AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9861AC is #679E53. Grayscale: #797979. Windows color (decimal): -6790740 or 11297176. OLE color: 11297176.

HSL color Cylindrical-coordinate representation of color #9861AC: hue angle of 284º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9861AC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 97 172 -
CMYK 0.12 0.44 0 0.33
HSL 284º 0.31% 0.53% -
HSV(B) 284º 0.44% 0.67% -
XYZ 24.67 18.2 41.24 -
YUV 122 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 152 97 172 0.12 0.44 0 0.33 284 0.31 0.53
Hex 98 61 AC C 2C 0 21 11C 1F 35
Octal 230 141 254 14 54 0 41 434 37 65
Binary 10011000 1100001 10101100 1100 101100 0 100001 100011100 11111 110101

Color Harmonies of #9861AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9861AC

Black with #9861AC

Text Example


Text Example

White with #9861AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9861AC; }

 p { color: rgb(152,97,172); }

 H1.HeaderClassName
 {
   color: #9861AC;
 }
 .AnyTagClassName
 {
   color: #9861AC;
 }
</style>

background-color css

<style>
 a { background-color: #9861AC; }

 a { background-color: rgb(152,97,172); }

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

border-color css

<style>
 span { border-color: #9861AC; }

 span { border-color: rgb(152,97,172); }

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