Html Css Color HEX #9861BE Deep Lilac

📋 copy color: '#9861BE'

red 152 ◦ green 97 ◦ blue 190

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

Shades of Deep Lilac #9861BE

Tints of Deep Lilac #9861BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 34.62%
G = 22.1%
B = 43.28%

CMYK

 C value IS 0.2

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9861BE (or 0x9861BE) is known color: Deep Lilac. HEX triplet: 98, 61 and BE. RGB value is (152,97,190). Sum of RGB (Red+Green+Blue) = 152+97+190=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9861BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861BE is #679E41. Grayscale: #7B7B7B. Windows color (decimal): -6790722 or 12476824. OLE color: 12476824.

HSL color Cylindrical-coordinate representation of color #9861BE: hue angle of 275.48º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9861BE is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 97 190 -
CMYK 0.2 0.49 0 0.25
HSL 275.48º 0.42% 0.56% -
HSV(B) 275.48º 0.49% 0.75% -
XYZ 26.52 18.94 50.97 -
YUV 124.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 152 97 190 0.2 0.49 0 0.25 275.48 0.42 0.56
Hex 98 61 BE 14 31 0 19 113 2A 38
Octal 230 141 276 24 61 0 31 423 52 70
Binary 10011000 1100001 10111110 10100 110001 0 11001 100010011 101010 111000

Color Harmonies of #9861BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9861BE

Black with #9861BE

Text Example


Text Example

White with #9861BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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