Html Css Color HEX #9960B2 Deep Lilac

📋 copy color: '#9960B2'

red 153 ◦ green 96 ◦ blue 178

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

Shades of Deep Lilac #9960B2

Tints of Deep Lilac #9960B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 35.83%
G = 22.48%
B = 41.69%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9960B2 (or 0x9960B2) is known color: Deep Lilac. HEX triplet: 99, 60 and B2. RGB value is (153,96,178). Sum of RGB (Red+Green+Blue) = 153+96+178=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #9960B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9960B2 is #669F4D. Grayscale: #7A7A7A. Windows color (decimal): -6725454 or 11690137. OLE color: 11690137.

HSL color Cylindrical-coordinate representation of color #9960B2: hue angle of 281.71º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9960B2 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 96 178 -
CMYK 0.14 0.46 0 0.30
HSL 281.71º 0.35% 0.54% -
HSV(B) 281.71º 0.46% 0.7% -
XYZ 25.36 18.35 44.33 -
YUV 122.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 153 96 178 0.14 0.46 0 0.30 281.71 0.35 0.54
Hex 99 60 B2 E 2E 0 1E 11A 23 36
Octal 231 140 262 16 56 0 36 432 43 66
Binary 10011001 1100000 10110010 1110 101110 0 11110 100011010 100011 110110

Color Harmonies of #9960B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960B2

Black with #9960B2

Text Example


Text Example

White with #9960B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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