Html Css Color HEX #9856AC Deep Lilac

📋 copy color: '#9856AC'

red 152 ◦ green 86 ◦ blue 172

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

Shades of Deep Lilac #9856AC

Tints of Deep Lilac #9856AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

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

R = 37.07%
G = 20.98%
B = 41.95%

CMYK

 C value IS 0.12

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9856AC (or 0x9856AC) is known color: Deep Lilac. HEX triplet: 98, 56 and AC. RGB value is (152,86,172). Sum of RGB (Red+Green+Blue) = 152+86+172=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #9856AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9856AC is #67A953. Grayscale: #737373. Windows color (decimal): -6793556 or 11294360. OLE color: 11294360.

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

Color convert

RGB 152 86 172 -
CMYK 0.12 0.5 0 0.33
HSL 286.05º 0.34% 0.51% -
HSV(B) 286.05º 0.5% 0.67% -
XYZ 23.72 16.31 40.93 -
YUV 115.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 152 86 172 0.12 0.5 0 0.33 286.05 0.34 0.51
Hex 98 56 AC C 32 0 21 11E 22 33
Octal 230 126 254 14 62 0 41 436 42 63
Binary 10011000 1010110 10101100 1100 110010 0 100001 100011110 100010 110011

Color Harmonies of #9856AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9856AC

Black with #9856AC

Text Example


Text Example

White with #9856AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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