Html Css Color HEX #9860BF Deep Lilac

📋 copy color: '#9860BF'

red 152 ◦ green 96 ◦ blue 191

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

Shades of Deep Lilac #9860BF

Tints of Deep Lilac #9860BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 34.62%
G = 21.87%
B = 43.51%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9860BF (or 0x9860BF) is known color: Deep Lilac. HEX triplet: 98, 60 and BF. RGB value is (152,96,191). Sum of RGB (Red+Green+Blue) = 152+96+191=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #9860BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860BF is #679F40. Grayscale: #7B7B7B. Windows color (decimal): -6790977 or 12542104. OLE color: 12542104.

HSL color Cylindrical-coordinate representation of color #9860BF: hue angle of 275.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9860BF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 96 191 -
CMYK 0.20 0.50 0 0.25
HSL 275.37º 0.43% 0.56% -
HSV(B) 275.37º 0.5% 0.75% -
XYZ 26.54 18.8 51.52 -
YUV 123.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 152 96 191 0.20 0.50 0 0.25 275.37 0.43 0.56
Hex 98 60 BF 14 32 0 19 113 2B 38
Octal 230 140 277 24 62 0 31 423 53 70
Binary 10011000 1100000 10111111 10100 110010 0 11001 100010011 101011 111000

Color Harmonies of #9860BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9860BF

Black with #9860BF

Text Example


Text Example

White with #9860BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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