#9961B2

Color #9961B2 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9961B2

Tints of Deep Lilac #9961B2

Color information

#9961B2 (or 0x9961B2) is unknown color: approx Deep Lilac. HEX triplet: 99, 61 and B2. RGB value is (153,97,178). Sum of RGB (Red+Green+Blue) = 153+97+178=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 178 - color contains mainly: blue. Hex color #9961B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9961B2 is #669E4D. Grayscale: #7A7A7A. Windows color (decimal): -6725198 or 11690393. OLE color: 11690393.

HSL color Cylindrical-coordinate representation of color #9961B2: hue angle of 281.48º degrees, saturation: 0.34, 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 #9961B2 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15397178-
CMYK0.140.4600.30
HSL281.48º34.47%53.92%-
HSV(B)281.48º45.51%69.8%-
XYZ25.4518.5444.36-
YUV122.98159.05149.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 178 (69.92% from 255) = 41.59%
R=35.75%
G=22.66%
B=41.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153971780.140.4600.30281.4834.4753.92
Hex9961B2E2E01E1192236
Octal23114126216560364314266
Binary100110011100001101100101110101110011110100011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9961B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9961B2;
 }
 .AnyTagClassName
 {
   color: #9961B2;
 }
</style>
background-color css

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

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

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

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

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

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