Html Css Color HEX #9960B4 Deep Lilac

📋 copy color: '#9960B4'

red 153 ◦ green 96 ◦ blue 180

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

Shades of Deep Lilac #9960B4

Tints of Deep Lilac #9960B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 35.66%
G = 22.38%
B = 41.96%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9960B4 (or 0x9960B4) is known color: Deep Lilac. HEX triplet: 99, 60 and B4. RGB value is (153,96,180). Sum of RGB (Red+Green+Blue) = 153+96+180=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #9960B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960B4 is #669F4B. Grayscale: #7A7A7A. Windows color (decimal): -6725452 or 11821209. OLE color: 11821209.

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

Color convert

RGB 153 96 180 -
CMYK 0.15 0.47 0 0.29
HSL 280.71º 0.36% 0.54% -
HSV(B) 280.71º 0.47% 0.71% -
XYZ 25.56 18.43 45.39 -
YUV 122.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 153 96 180 0.15 0.47 0 0.29 280.71 0.36 0.54
Hex 99 60 B4 F 2F 0 1D 119 24 36
Octal 231 140 264 17 57 0 35 431 44 66
Binary 10011001 1100000 10110100 1111 101111 0 11101 100011001 100100 110110

Color Harmonies of #9960B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960B4

Black with #9960B4

Text Example


Text Example

White with #9960B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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