Html Css Color HEX #9960B6 Deep Lilac

📋 copy color: '#9960B6'

red 153 ◦ green 96 ◦ blue 182

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

Shades of Deep Lilac #9960B6

Tints of Deep Lilac #9960B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 35.5%
G = 22.27%
B = 42.23%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9960B6 (or 0x9960B6) is known color: Deep Lilac. HEX triplet: 99, 60 and B6. RGB value is (153,96,182). Sum of RGB (Red+Green+Blue) = 153+96+182=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #9960B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960B6 is #669F49. Grayscale: #7A7A7A. Windows color (decimal): -6725450 or 11952281. OLE color: 11952281.

HSL color Cylindrical-coordinate representation of color #9960B6: hue angle of 279.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9960B6 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 96 182 -
CMYK 0.16 0.47 0 0.29
HSL 279.77º 0.37% 0.55% -
HSV(B) 279.77º 0.47% 0.71% -
XYZ 25.76 18.52 46.47 -
YUV 122.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 153 96 182 0.16 0.47 0 0.29 279.77 0.37 0.55
Hex 99 60 B6 10 2F 0 1D 118 25 37
Octal 231 140 266 20 57 0 35 430 45 67
Binary 10011001 1100000 10110110 10000 101111 0 11101 100011000 100101 110111

Color Harmonies of #9960B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960B6

Black with #9960B6

Text Example


Text Example

White with #9960B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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