#9650BE

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

Shades of Deep Lilac #9650BE

Tints of Deep Lilac #9650BE

Color information

#9650BE (or 0x9650BE) is unknown color: approx Deep Lilac. HEX triplet: 96, 50 and BE. RGB value is (150,80,190). Sum of RGB (Red+Green+Blue) = 150+80+190=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #9650BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650BE is #69AF41. Grayscale: #717171. Windows color (decimal): -6926146 or 12472470. OLE color: 12472470.

HSL color Cylindrical-coordinate representation of color #9650BE: hue angle of 278.18º 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 #9650BE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15080190-
CMYK0.210.5800.25
HSL278.18º45.83%52.94%-
HSV(B)278.18º57.89%74.51%-
XYZ24.7415.9450.49-
YUV113.47171.19154.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=35.71%
G=19.05%
B=45.24%

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
Decimal150801900.210.5800.25278.1845.8352.94
Hex9650BE153A0191162e35
Octal22612027625720314265665
Binary1001011010100001011111010101111010011001100010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9650BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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