Html Css Color HEX #9960BE Deep Lilac

📋 copy color: '#9960BE'

red 153 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #9960BE

Tints of Deep Lilac #9960BE

RGB

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

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

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

R = 34.85%
G = 21.87%
B = 43.28%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9960BE (or 0x9960BE) is known color: Deep Lilac. HEX triplet: 99, 60 and BE. RGB value is (153,96,190). Sum of RGB (Red+Green+Blue) = 153+96+190=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 96 (37.89% from 255 or 21.87% 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 #9960BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960BE is #669F41. Grayscale: #7B7B7B. Windows color (decimal): -6725442 or 12476569. OLE color: 12476569.

HSL color Cylindrical-coordinate representation of color #9960BE: hue angle of 276.38º 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 #9960BE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 96 190 -
CMYK 0.19 0.49 0 0.25
HSL 276.38º 0.42% 0.56% -
HSV(B) 276.38º 0.49% 0.75% -
XYZ 26.61 18.86 50.95 -
YUV 123.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 153 96 190 0.19 0.49 0 0.25 276.38 0.42 0.56
Hex 99 60 BE 13 31 0 19 114 2A 38
Octal 231 140 276 23 61 0 31 424 52 70
Binary 10011001 1100000 10111110 10011 110001 0 11001 100010100 101010 111000

Color Harmonies of #9960BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960BE

Black with #9960BE

Text Example


Text Example

White with #9960BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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