Html Css Color HEX #9863BA Deep Lilac

📋 copy color: '#9863BA'

red 152 ◦ green 99 ◦ blue 186

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

Shades of Deep Lilac #9863BA

Tints of Deep Lilac #9863BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

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

R = 34.78%
G = 22.65%
B = 42.56%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9863BA (or 0x9863BA) is known color: Deep Lilac. HEX triplet: 98, 63 and BA. RGB value is (152,99,186). Sum of RGB (Red+Green+Blue) = 152+99+186=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #9863BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863BA is #679C45. Grayscale: #7C7C7C. Windows color (decimal): -6790214 or 12215192. OLE color: 12215192.

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

Color convert

RGB 152 99 186 -
CMYK 0.18 0.47 0 0.27
HSL 276.55º 0.39% 0.56% -
HSV(B) 276.55º 0.47% 0.73% -
XYZ 26.27 19.14 48.76 -
YUV 124.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 152 99 186 0.18 0.47 0 0.27 276.55 0.39 0.56
Hex 98 63 BA 12 2F 0 1B 115 27 38
Octal 230 143 272 22 57 0 33 425 47 70
Binary 10011000 1100011 10111010 10010 101111 0 11011 100010101 100111 111000

Color Harmonies of #9863BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9863BA

Black with #9863BA

Text Example


Text Example

White with #9863BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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