#9651BA

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

Shades of Deep Lilac #9651BA

Tints of Deep Lilac #9651BA

Color information

#9651BA (or 0x9651BA) is unknown color: approx Deep Lilac. HEX triplet: 96, 51 and BA. RGB value is (150,81,186). Sum of RGB (Red+Green+Blue) = 150+81+186=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9651BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651BA is #69AE45. Grayscale: #717171. Windows color (decimal): -6925894 or 12210582. OLE color: 12210582.

HSL color Cylindrical-coordinate representation of color #9651BA: hue angle of 279.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9651BA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15081186-
CMYK0.190.5600.27
HSL279.43º43.21%52.35%-
HSV(B)279.43º56.45%72.94%-
XYZ24.3815.9148.24-
YUV113.6168.86153.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=35.97%
G=19.42%
B=44.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150811860.190.5600.27279.4343.2152.35
Hex9651BA133801B1172b34
Octal22612127223700334275364
Binary1001011010100011011101010011111000011011100010111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9651BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9651BA; }

 p { color: rgb(150,81,186); }

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

<style>
 a { background-color: #9651BA; }

 a { background-color: rgb(150,81,186); }

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

<style>
 span { border-color: #9651BA; }

 span { border-color: rgb(150,81,186); }

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