Html Css Color HEX #9860BA Deep Lilac

📋 copy color: '#9860BA'

red 152 ◦ green 96 ◦ blue 186

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

Shades of Deep Lilac #9860BA

Tints of Deep Lilac #9860BA

RGB

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

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

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

R = 35.02%
G = 22.12%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9860BA (or 0x9860BA) is known color: Deep Lilac. HEX triplet: 98, 60 and BA. RGB value is (152,96,186). Sum of RGB (Red+Green+Blue) = 152+96+186=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #9860BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860BA is #679F45. Grayscale: #7A7A7A. Windows color (decimal): -6790982 or 12214424. OLE color: 12214424.

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

Color convert

RGB 152 96 186 -
CMYK 0.18 0.48 0 0.27
HSL 277.33º 0.39% 0.55% -
HSV(B) 277.33º 0.48% 0.73% -
XYZ 25.99 18.59 48.67 -
YUV 123 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 152 96 186 0.18 0.48 0 0.27 277.33 0.39 0.55
Hex 98 60 BA 12 30 0 1B 115 27 37
Octal 230 140 272 22 60 0 33 425 47 67
Binary 10011000 1100000 10111010 10010 110000 0 11011 100010101 100111 110111

Color Harmonies of #9860BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860BA

Black with #9860BA

Text Example


Text Example

White with #9860BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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