Html Css Color HEX #9856BA Deep Lilac

📋 copy color: '#9856BA'

red 152 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #9856BA

Tints of Deep Lilac #9856BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 35.85%
G = 20.28%
B = 43.87%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9856BA (or 0x9856BA) is known color: Deep Lilac. HEX triplet: 98, 56 and BA. RGB value is (152,86,186). Sum of RGB (Red+Green+Blue) = 152+86+186=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9856BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9856BA is #67A945. Grayscale: #747474. Windows color (decimal): -6793542 or 12211864. OLE color: 12211864.

HSL color Cylindrical-coordinate representation of color #9856BA: hue angle of 279.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9856BA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 86 186 -
CMYK 0.18 0.54 0 0.27
HSL 279.6º 0.42% 0.53% -
HSV(B) 279.6º 0.54% 0.73% -
XYZ 25.14 16.88 48.39 -
YUV 117.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 152 86 186 0.18 0.54 0 0.27 279.6 0.42 0.53
Hex 98 56 BA 12 36 0 1B 118 2A 35
Octal 230 126 272 22 66 0 33 430 52 65
Binary 10011000 1010110 10111010 10010 110110 0 11011 100011000 101010 110101

Color Harmonies of #9856BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9856BA

Black with #9856BA

Text Example


Text Example

White with #9856BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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