#9646BD

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

Shades of Deep Lilac #9646BD

Tints of Deep Lilac #9646BD

Color information

#9646BD (or 0x9646BD) is unknown color: approx Deep Lilac. HEX triplet: 96, 46 and BD. RGB value is (150,70,189). Sum of RGB (Red+Green+Blue) = 150+70+189=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #9646BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646BD is #69B942. Grayscale: #6B6B6B. Windows color (decimal): -6928707 or 12404374. OLE color: 12404374.

HSL color Cylindrical-coordinate representation of color #9646BD: hue angle of 280.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9646BD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15070189-
CMYK0.210.6300.26
HSL280.34º47.41%50.78%-
HSV(B)280.34º62.96%74.12%-
XYZ23.9514.5449.69-
YUV107.49174158.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=36.67%
G=17.11%
B=46.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150701890.210.6300.26280.3447.4150.78
Hex9646BD153F01A1182f33
Octal22610627525770324305763
Binary1001011010001101011110110101111111011010100011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9646BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9646BD; }

 p { color: rgb(150,70,189); }

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

<style>
 a { background-color: #9646BD; }

 a { background-color: rgb(150,70,189); }

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

<style>
 span { border-color: #9646BD; }

 span { border-color: rgb(150,70,189); }

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