#9650BF

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

Shades of Deep Lilac #9650BF

Tints of Deep Lilac #9650BF

Color information

#9650BF (or 0x9650BF) is unknown color: approx Deep Lilac. HEX triplet: 96, 50 and BF. RGB value is (150,80,191). Sum of RGB (Red+Green+Blue) = 150+80+191=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #9650BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650BF is #69AF40. Grayscale: #717171. Windows color (decimal): -6926145 or 12538006. OLE color: 12538006.

HSL color Cylindrical-coordinate representation of color #9650BF: hue angle of 277.84º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9650BF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15080191-
CMYK0.210.5800.25
HSL277.84º46.44%53.14%-
HSV(B)277.84º58.12%74.9%-
XYZ24.8515.9851.07-
YUV113.58171.69153.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 191 (75% from 255) = 45.37%
R=35.63%
G=19.00%
B=45.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150801910.210.5800.25277.8446.4453.14
Hex9650BF153A0191162e35
Octal22612027725720314265665
Binary1001011010100001011111110101111010011001100010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9650BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9650BF; }

 p { color: rgb(150,80,191); }

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

<style>
 a { background-color: #9650BF; }

 a { background-color: rgb(150,80,191); }

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

<style>
 span { border-color: #9650BF; }

 span { border-color: rgb(150,80,191); }

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