#9965BC

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

Shades of Deep Lilac #9965BC

Tints of Deep Lilac #9965BC

Color information

#9965BC (or 0x9965BC) is unknown color: approx Deep Lilac. HEX triplet: 99, 65 and BC. RGB value is (153,101,188). Sum of RGB (Red+Green+Blue) = 153+101+188=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #9965BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965BC is #669A43. Grayscale: #7E7E7E. Windows color (decimal): -6724164 or 12346777. OLE color: 12346777.

HSL color Cylindrical-coordinate representation of color #9965BC: hue angle of 275.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9965BC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153101188-
CMYK0.190.4600.26
HSL275.86º39.37%56.67%-
HSV(B)275.86º46.28%73.73%-
XYZ26.8719.7149.97-
YUV126.47162.73146.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=34.62%
G=22.85%
B=42.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531011880.190.4600.26275.8639.3756.67
Hex9965BC132E01A1142739
Octal23114527423560324244771
Binary1001100111001011011110010011101110011010100010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9965BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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