Html Css Color HEX #9963BA Deep Lilac

📋 copy color: '#9963BA'

red 153 ◦ green 99 ◦ blue 186

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

Shades of Deep Lilac #9963BA

Tints of Deep Lilac #9963BA

RGB

 RED value IS 153 (60.16% from 255) = 34.93%

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

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

R = 34.93%
G = 22.6%
B = 42.47%

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

#9963BA (or 0x9963BA) is known color: Deep Lilac. HEX triplet: 99, 63 and BA. RGB value is (153,99,186). Sum of RGB (Red+Green+Blue) = 153+99+186=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9963BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963BA is #669C45. Grayscale: #7C7C7C. Windows color (decimal): -6724678 or 12215193. OLE color: 12215193.

HSL color Cylindrical-coordinate representation of color #9963BA: hue angle of 277.24º 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 #9963BA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 99 186 -
CMYK 0.18 0.47 0 0.27
HSL 277.24º 0.39% 0.56% -
HSV(B) 277.24º 0.47% 0.73% -
XYZ 26.46 19.24 48.77 -
YUV 125.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 153 99 186 0.18 0.47 0 0.27 277.24 0.39 0.56
Hex 99 63 BA 12 2F 0 1B 115 27 38
Octal 231 143 272 22 57 0 33 425 47 70
Binary 10011001 1100011 10111010 10010 101111 0 11011 100010101 100111 111000

Color Harmonies of #9963BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963BA

Black with #9963BA

Text Example


Text Example

White with #9963BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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