Html Css Color HEX #9960BA Deep Lilac

📋 copy color: '#9960BA'

red 153 ◦ green 96 ◦ blue 186

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

Shades of Deep Lilac #9960BA

Tints of Deep Lilac #9960BA

RGB

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

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

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

R = 35.17%
G = 22.07%
B = 42.76%

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

#9960BA (or 0x9960BA) is known color: Deep Lilac. HEX triplet: 99, 60 and BA. RGB value is (153,96,186). Sum of RGB (Red+Green+Blue) = 153+96+186=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9960BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960BA is #669F45. Grayscale: #7B7B7B. Windows color (decimal): -6725446 or 12214425. OLE color: 12214425.

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

Color convert

RGB 153 96 186 -
CMYK 0.18 0.48 0 0.27
HSL 278º 0.39% 0.55% -
HSV(B) 278º 0.48% 0.73% -
XYZ 26.18 18.68 48.68 -
YUV 123.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 153 96 186 0.18 0.48 0 0.27 278 0.39 0.55
Hex 99 60 BA 12 30 0 1B 116 27 37
Octal 231 140 272 22 60 0 33 426 47 67
Binary 10011001 1100000 10111010 10010 110000 0 11011 100010110 100111 110111

Color Harmonies of #9960BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960BA

Black with #9960BA

Text Example


Text Example

White with #9960BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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