#9965B3

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

Shades of Deep Lilac #9965B3

Tints of Deep Lilac #9965B3

Color information

#9965B3 (or 0x9965B3) is unknown color: approx Deep Lilac. HEX triplet: 99, 65 and B3. RGB value is (153,101,179). Sum of RGB (Red+Green+Blue) = 153+101+179=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #9965B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965B3 is #669A4C. Grayscale: #7D7D7D. Windows color (decimal): -6724173 or 11756953. OLE color: 11756953.

HSL color Cylindrical-coordinate representation of color #9965B3: hue angle of 280º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9965B3 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB153101179-
CMYK0.150.4400.30
HSL280º33.91%54.9%-
HSV(B)280º43.58%70.2%-
XYZ25.9319.3345.01-
YUV125.44158.23147.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=35.33%
G=23.33%
B=41.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531011790.150.4400.3028033.9154.9
Hex9965B3F2C01E1182237
Octal23114526317540364304267
Binary100110011100101101100111111101100011110100011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9965B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9965B3; }

 p { color: rgb(153,101,179); }

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

<style>
 a { background-color: #9965B3; }

 a { background-color: rgb(153,101,179); }

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

<style>
 span { border-color: #9965B3; }

 span { border-color: rgb(153,101,179); }

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